Function from-str-radixpub
Source:fn(pub) from-str-radix ( Str AnyInt → (Result AnyInt Str) )
Description
Constructor: parse a string as an integer in the given radix. Free fn because the receiver is a Str (not the produced Int).
:fn(pub) from-str-radix ( Str AnyInt → (Result AnyInt Str) )
Constructor: parse a string as an integer in the given radix. Free fn because the receiver is a Str (not the produced Int).