NumberContainer.opBinary

Overloading of the binary operators.

struct NumberContainer
pure @safe
opBinary
(
string op
)

Parameters

rhs NumberContainer

The right hand side of the expression.

Return Value

The result of the expression.

Meta