compare

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

Compares two numbers

Return

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