Module Astring.Char
Characters (bytes in fact).
v0.8.3 - homepage
Bytes
val of_byte : int -> char
of_byte b
is a byte fromb
.- raises Invalid_argument
if
b
is not in the range [0x00
;0xFF
].
Predicates
Bytes as US-ASCII characters
module Ascii : sig ... end
US-ASCII character support
Pretty printing
val pp : Stdlib.Format.formatter -> char -> unit
pp ppf c
printsc
onppf
.
val dump : Stdlib.Format.formatter -> char -> unit
dump ppf c
printsc
as a syntactically valid OCaml char onppf
usingAscii.escape_char