package base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file uchar0.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
open! Import0

type t = Stdlib.Uchar.t

let succ = Stdlib.Uchar.succ
let pred = Stdlib.Uchar.pred
let is_valid = Stdlib.Uchar.is_valid
let is_char = Stdlib.Uchar.is_char
let unsafe_to_char = Stdlib.Uchar.unsafe_to_char
let unsafe_of_int = Stdlib.Uchar.unsafe_of_int
let of_int = Stdlib.Uchar.of_int
let to_int = Stdlib.Uchar.to_int
let of_char = Stdlib.Uchar.of_char
let compare = Stdlib.Uchar.compare
let equal = Stdlib.Uchar.equal
let min_value = Stdlib.Uchar.min
let max_value = Stdlib.Uchar.max
OCaml

Innovation. Community. Security.