astring
Alternative String module for OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Bytes
of_int b
is a byte from b
. None
is returned if b
is not in the range [0x00
;0xFF
].
hash
is Hashtbl.hash
.
Predicates
Bytes as US-ASCII characters
module Ascii : sig ... end
US-ASCII character support
Pretty printing
val pp : Format.formatter -> char -> unit
pp ppf c
prints c
on ppf
.
val dump : Format.formatter -> char -> unit
dump ppf c
prints c
as a syntactically valid OCaml char on ppf
using Ascii.escape_char