Module
Data.Char
- Package
- purescript-strings
- Repository
- purescript/purescript-strings
A type and functions for single characters.
#fromCharCode Source
fromCharCode :: Int -> CharConstructs a character from the given Unicode numeric value.
#toCharCode Source
toCharCode :: Char -> IntReturns the numeric Unicode value of the character.