Bounded package:data-textual
Parse a number written in the specified positional numeral system,
failing on overflow. The supplied parser is used to determine the sign
of the number.
Parse a number written in the specified positional numeral system,
failing on overflow. The supplied parser is used to determine the sign
of the number. Leading zeroes are not allowed.
Parse a non-negative number written in the specified positional
numeral system, failing on overflow.
Parse a non-negative number written in the specified positional
numeral system, failing on overflow. Leading zeroes are not allowed.
Parse a non-positive number written in the specified positional
numeral system, failing on overflow.
Parse a non-positive number written in the specified positional
numeral system, failing on overflow. Leading zeroes are not allowed.