__cmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int __cmp(T[] lhs, T[] rhs)
    @trusted
    int
    __cmp
    (
    T
    )
    (
    scope const T[] lhs
    ,
    scope const T[] rhs
    )
    if (
    __traits(isScalar, T)
    )
  2. int __cmp(T1[] s1, T2[] s2)

Meta