vector.opEquals

Performs elementwise equality check.

struct vector(T, Alloc)
extern (D)
bool
opEquals
(
this This
That
)
(
auto ref That rhs
)
if (
is(immutable That == immutable vector)
)

Meta