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.
(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.