Vector.opEquals

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

Meta