vector.opCmp

Performs lexicographical comparison.

struct vector(T, Alloc)
extern (D)
static if(is(typeof((ref T a, ref T b) => a < b)))
int
opCmp
(
this This
That
)
(
auto ref That rhs
)
if (
is(immutable That == immutable vector)
)

Meta