Radix of the number (e.g. 10 for decimal, 16 for hexadecimal, ...)
Validation function (e.g. isInteger, isNumber, ...)
Transformation function (e.g. toLowerCase, toUpperCase, removePrefix('0o'), removePrefix('0b'), ...)
A function to remove an argument from the list and parse it as a number according to the given arguments
Create a function to parse a number from the argument list