DynamicArray.opEquals

Comparison for equality.

  1. bool opEquals(typeof(this) rhs)
    struct DynamicArray(T, Allocator = Mallocator, Capacity = size_t)
    const scope
    bool
    opEquals
    ()
    (
    const auto ref typeof(this) rhs
    )
    if (
    !is(immutable T == immutable bool) &&
    (
    is(Capacity == ulong) ||
    is(Capacity == uint)
    )
    &&
    isAllocator!Allocator
    )
  2. bool opEquals(U[] rhs)

Meta