StringImpl.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
struct StringImpl(Char, Allocator)
const
int
opCmp
(
S
)
()
if (
is(S == Unqual!(typeof(this))) ||
is(S : const(Char)[])
)
if (
is(Char == Unqual!Char) &&
isSomeChar!Char
)

Meta