Vector.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(R range)
  2. bool opEquals(const(Vector!(E, OtherAllocator)) other)
    struct Vector(E, Allocator = typeof(theAllocator))
    const
    bool
    opEquals
    (
    OtherAllocator
    )
    (
    auto ref scope const(Vector!(E, OtherAllocator)) other
    )
    if (
    isAllocator!Allocator
    )

Meta