Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(T, int N)
nothrow @nogc pure const nothrow
opBinary
(
string op
U
)
if (
is(U : Vector) ||
(isConvertible!U)
)

Meta