Vector.opCmp

opCmp x [< > <= >=] y

struct Vector(T, size_t N)
const
int
opCmp
(
R
)
(
in Vector!(R, N) b
)
if (
isNumeric!R
)
if (
isNumeric!T &&
N > 0
)

Meta