Optional.opBinaryRight

Binary operator with auto return types

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

Parameters

lhs U

left-hand value

Meta