Number.applyOpResult

The result of applying an operator to a Number.

class Number
pure @safe
applyOpResult
(
W
)
(
dstring op
,
Mtype!W rhs
)

Parameters

op dstring

The operator to apply.

rhs Mtype!W

THe right hand side of the expression.

Return Value

Type: Number

The result of the expression.

Meta