Efficiently compare Indexed arrays (e.g. Array and Uint8Array).
Array
Uint8Array
An array.
Another array.
true if the arrays have the same length and elements, false otherwise.
true
false
Efficiently compare Indexed arrays (e.g.
Array
andUint8Array
).