Vector.opBinary

Binary operation between scalar, array or vector type.

struct Vector(T, uint S)
const
opBinary
(
string op
AnotherType
)
(
auto ref AnotherType value
)
if (
__traits(isArithmetic, T)
)

Parameters

value AnotherType

operation target

Return Value

Type: Vector

calculated vector

Meta