Box.opBinary

Operator overloading for scalar values. -: Adds to left and top, substracts from right and bottom. (Shrinks by amount) +: Subtracts from left and top, adds to right and bottom. (Grows by amount)

struct Box
@nogc @safe pure nothrow const
opBinary
(
string op
)
(
const int rhs
)

Meta