Vector.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(ElemT, size_t SizeV)
const
opBinaryRight
(
string op
)
(
in ElemT k
)
if (
op == "+" ||
op == "-"
||
op == "*"
||
op == "/"
)
if (
SizeV >= 1
)

Meta