__equals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool __equals(T[] a, T[] b)
  2. bool __equals(T[] a, T2[] b)
    bool
    __equals
    (
    T
    T2
    )
    (
    scope const T[] a
    ,
    scope const T2[] b
    )
    if (
    __traits(compiles, T.init == T2.init) &&
    !is(T == T2)
    )

Meta