compareNaturalSort

Overload for 16-bit strings

  1. bool compareNaturalSort(inout(dchar[]) a, inout(dchar[]) b)
  2. bool compareNaturalSort(inout(char[]) a, inout(char[]) b)
  3. bool compareNaturalSort(inout(wchar[]) a, inout(wchar[]) b)
    nothrow @safe pure
    bool
    compareNaturalSort
    (
    inout(wchar[]) a
    ,
    inout(wchar[]) b
    )

Meta