ipso
ipso copied to clipboard
"Unchecked" number parsing functions
int.parseHex! : String -> Int
int.parseDec! : String -> Int
int.parseOct! : String -> Int
int.parseBin! : String -> Int
Variants of #393 that crash when parsing fails.