Vector.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(T vec)
    struct Vector(type, int dimension_)
    @safe pure nothrow const
    bool
    opEquals
    (
    T
    )
    (
    const T vec
    )
    if (
    !isArray!T &&
    T.dimension == dimension
    )
  2. bool opEquals(const(T)[] array)

Meta