ReadOptions.assign

Assign arg to the struct member of corresponding type. Note: It's compile-time error to assign parameter of type which is not part of ReadOptions.

struct ReadOptions
@nogc @safe nothrow pure
void
assign
(
T
)
(
T arg
)

Meta