ipso icon indicating copy to clipboard operation
ipso copied to clipboard

"Unchecked" number parsing functions

Open LightAndLight opened this issue 2 years ago • 0 comments

int.parseHex! : String -> Int
int.parseDec! : String -> Int
int.parseOct! : String -> Int
int.parseBin! : String -> Int

Variants of #393 that crash when parsing fails.

LightAndLight avatar May 31 '23 02:05 LightAndLight