compareUnsigned8

fun compareUnsigned8(a: ByteArray, aOffset: Int, b: ByteArray, bOffset: Int): Int

Compare exactly 8 unsigned bytes from the provided arrays. This function reads a big-endian long from each array and compares them as unsigned values.