Optional.opBinary

Binary operator with auto return types

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

Parameters

rhs U

right-hand value

Meta