Vector.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Vector a, Vector b)
    struct Vector(T)
    @safe nothrow pure inout
    bool
    opEquals
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )
  2. bool opEquals(Vector other)

Meta