compare

abstract fun compare(first: List<ULong>, second: List<ULong>): Int

Compares two numbers

Return

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