array
array copied to clipboard
Removes array_ref::{operator==, operator!=}
It costs O(n) and is easy to accidentally invoke when the caller really only cares about pointer and shape equality.
For content equality, use nda::equals().