- char-digit char radixprocedure
Binding for u_digit. Returns the decimal digit value of the code point in the specified radix.
(char-digit #\f 16) ;; => 15
Binding for u_digit. Returns the decimal digit value of the code point in the specified radix.
(char-digit #\f 16) ;; => 15