Optional.opBinary

If the optional is some value it returns an optional of some value op rhs

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

Meta