Astring.Char
Characters (bytes in fact).
of_int b
is a byte from b
. None
is returned if b
is not in the range [0x00
;0xFF
].
module Ascii : sig ... end
US-ASCII character support
dump ppf c
prints c
as a syntactically valid OCaml char on ppf
using Ascii.escape_char