Vector.opBinary

struct Vector(ulong n)
@nogc const
opBinary
(
string op
)
(
in float scalar
)
if (
op == "/"
)
if (
n >= 1
)

Meta