The OpenD Programming Language

SmallString.opCmp

Comparisons operator overloads

  1. int opCmp(SmallString!rhsMaxLength rhs)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc scope nothrow scope const
    int
    opCmp
    (
    uint rhsMaxLength
    )
    (
    auto ref scope const SmallString!rhsMaxLength rhs
    )
    if (
    maxLength
    )
  2. int opCmp(const(char)[] str)

Meta