Module lexical_util::assert
source · [−]Expand description
Debugging assertions to check a radix is valid.
Functions
Assertion the buffer has sufficient room for the output.
Assert radix is in range [2, 36].
Debug assertion the buffer has sufficient room for the output.
Check radix is in range [2, 36] in debug builds.