SSOString.opBinary

Check if is the same as to rhs.

struct SSOString
version(none)
@safe pure nothrow @nogc const scope @trusted
bool
opBinary
(
string op
)
(
const scope auto ref typeof(this) rhs
)
if (
op == `is`
)

See Also

Meta