Compares two byte-like values for equality.
The first byte-like value to compare.
The second byte-like value to compare.
A boolean indicating whether the two byte-like values are equal.
bytesEq([1], Uint8Array.from([1])) // true Copy
bytesEq([1], Uint8Array.from([1])) // true
Compares two byte-like values for equality.