__cmp
fn
int __cmp(T)(scope const T[] lhs, scope const T[] rhs) if (__traits(isScalar, T)) @trustedNo documentation available for this declaration.
fn
auto __cmp(T1, T2)(T1[] s1, T2[] s2) if (!__traits(isScalar, T1) && !__traits(isScalar, T2))No documentation available for this declaration.