The OpenD Programming Language

SmallArray.opCmp

Comparisons operator overloads

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

Meta