License
Distributed under the
Boost Software License 1.0. (See accompanying file LICENSE) Source: core/internal/_array/_equality.d
This module contains compiler support determining equality of arrays.
Boost Software License 1.0. (See accompanying file LICENSE) Source: core/internal/_array/_equality.d
bool isEqual(T1, T2)(scope T1[] lhs, scope T2[] rhs, size_t length)Helper function for __equals(). Outlined to enable __equals() to be inlined, as dmd cannot inline loops.