__cmp

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

Meta