Optional.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Optional(T)
void
opOpAssign
(
string op
RHS
)
(
RHS rhs
)
if (
__traits(compiles, mixin ("T.init " ~ op ~ " RHS.init"))
)

Meta