Vector.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(RefCounted!(Vector!(T, ALLOC), ALLOC) other_)
  2. bool opEquals(Vector!(T, ALLOC) other_)
    struct Vector(T, ALLOC = ThreadMem)
    const
    bool
    opEquals
    ()
    (
    auto const ref Vector!(T, ALLOC) other_
    )
  3. bool opEquals(T[] other)

Meta