package camomile

  1. Overview
  2. Docs
A comprehensive Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

rel-0.8.6.tar.gz
sha256=a81067b68a2a15dc1f8345a459bc168b04522998bff4ed27bb56e951ba7e0aa0
md5=38630489140dd6ca0e25792fbb3ab1a1

doc/camomile/UCharTbl/index.html

Module UCharTblSource

Fast lookup tables for Unicode. Accessible by constant time.

Sourcetype 'a tbl

Fast lookup tables. Accessible by constant time.

Sourcetype 'a t = 'a tbl
Sourceval get : 'a tbl -> UChar.t -> 'a
Sourcemodule type Type = sig ... end
Sourcemodule Make (H : Hashtbl.HashedType) : Type with type elt = H.t

Equality and hash are necessary for table generation.

Sourcemodule Bool : sig ... end

Tables for boolean values.

Sourcemodule Bits : sig ... end

Tables for small (< 256, >=0) integers

Sourcemodule Bytes : sig ... end

Tables for integers. If integers are not span the whole 31-bit or 63-bit values, Bytes.t is more space efficient than int tbl.

Sourcemodule Char : sig ... end

Tables for bytes.

OCaml

Innovation. Community. Security.