VariantN.opOpAssign

Arithmetic between VariantN objects and numeric values. All arithmetic operations return a VariantN object typed depending on the types of both values involved. The conversion rules mimic D's built-in rules for arithmetic conversions.

struct VariantN(size_t maxDataSize, AllowedTypesParam...)
opOpAssign
(
string op
T
)
(
T rhs
)

Meta