DynamicArray.opEquals

Comparison for equality.

  1. bool opEquals(typeof(this) rhs)
    struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
    @safe pragma(inline) const scope
    bool
    opEquals
    ()
    (
    const scope auto ref typeof(this) rhs
    )
    if (
    !is(Unqual!T == bool) &&
    (
    is(CapacityType == ulong) ||
    is(CapacityType == uint)
    )
    )
  2. bool opEquals(U[] rhs)

Meta