Consume all characters in base 16.
consumeBase16(0, "ABCDEF0123456789") // => [16, 12379813738877118000]consumeBase16(3, "åäöABCDEF!StopABCDEF") // => [9, 11259375]
a new offset and the consumed number converted to base 10
where in the string to start consuming
the source string
Consume all characters in base 16.
Example
Returns
a new offset and the consumed number converted to base 10