Vector.opEquals

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

Meta