The OpenD Programming Language

SmallArray.opEquals

Comparisons operator overloads

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

Meta