vector.opEquals
bool opEquals(this This, That)(auto ref That rhs) if (is(immutable That == immutable vector))Performs elementwise equality check.
bool opEquals(this This, That)(auto ref That rhs) if (is(immutable That == immutable vector))Performs elementwise equality check.