Optional.opBinaryRight

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

struct Optional(T)
opBinaryRight
(
string op
U : T
this This
)
(
auto ref U lhs
)

Meta