__equals

Undocumented in source. Be warned that the author may not have intended to support it.
@nogc nothrow pure @trusted
bool
__equals
(
T1
T2
)
(
scope const T1[] lhs
,
scope const T2[] rhs
)
if (
__traits(isScalar, T1) &&
__traits(isScalar, T2)
)

Meta