Optional.opOpAssign

If the optional is some value, op assigns rhs to it

struct Optional(T)
opOpAssign
(
string op
U : T
this This
)
(
auto ref U rhs
)

Meta