The OpenD Programming Language

SmallArray.opEquals

Comparisons operator overloads

  1. bool opEquals(SmallArray rhs)
  2. bool opEquals(SmallArray rhs)
  3. bool opEquals(V[] array)
  4. bool opEquals(SmallArray!(T, rhsMaxLength) array)
    struct SmallArray
    @safe pure @nogc scope const
    bool
    opEquals
    (
    uint rhsMaxLength
    )
    (
    auto ref scope SmallArray!(T, rhsMaxLength) array
    )

Meta