__equals

Undocumented in source. Be warned that the author may not have intended to support it.
bool
__equals
(
T1
T2
)
(
T1[] lhs
,
T2[] rhs
)

Examples

assert(__equals([], []));
assert(!__equals([1, 2], [1, 2, 3]));

Meta