The OpenD Programming Language

SmallString.opEquals

Comparisons operator overloads

  1. bool opEquals(SmallString rhs)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc scope nothrow scope const
    bool
    opEquals
    (
    ref scope const SmallString rhs
    )
    if (
    maxLength
    )
  2. bool opEquals(SmallString rhs)
  3. bool opEquals(SmallString!rhsMaxLength rhs)
  4. bool opEquals(const(char)[] str)

Meta