Vector.opBinary

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

Meta