compare

abstract fun compare(first: ULongArray, second: ULongArray): Int

Compares two numbers

Return

-1 if first is bigger, 0 if equal, +1 if second is bigger