ZeroString.opCmp

Compare with another string.

struct ZeroString(string TypeName)
int
opCmp
const nothrow @trusted
(
const ref ZeroString str
)
in { assert (!isNull && !str.isNull); }

Meta