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