package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • since 0.17
include module type of struct include Stdlib.Char end
val code : char -> int
val chr : int -> char
val escaped : char -> string
val lowercase : char -> char
  • deprecated Use Char.lowercase_ascii instead.
val uppercase : char -> char
  • deprecated Use Char.uppercase_ascii instead.
val lowercase_ascii : char -> char
val uppercase_ascii : char -> char
type t = char
val unsafe_chr : int -> char
include module type of CCChar with type t := t

Utils around char

  • since 0.14
val equal : t -> t -> bool
val compare : t -> t -> int
val pp : Stdlib.Buffer.t -> t -> unit
val print : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.