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.
ArrayandUint8Array).Returns
trueif the arrays have the same length and elements,falseotherwise.