Module Astring.Char
Characters (bytes in fact).
v0.8.3 - homepage
Bytes
val of_byte : int -> charof_byte bis a byte fromb.- raises Invalid_argument
if
bis not in the range [0x00;0xFF].
Predicates
Bytes as US-ASCII characters
module Ascii : sig ... endUS-ASCII character support
Pretty printing
val pp : Stdlib.Format.formatter -> char -> unitpp ppf cprintsconppf.
val dump : Stdlib.Format.formatter -> char -> unitdump ppf cprintscas a syntactically valid OCaml char onppfusingAscii.escape_char