WriteOptions.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 WriteOptions.

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

Meta