package camomile

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

Tbl31 : fast table keyed by integers

type 'a tbl
type 'a t = 'a tbl
val get : 'a tbl -> int -> 'a
module type Type = sig ... end
module Make (H : Hashtbl.HashedType) : Type with type elt = H.t
module Bool : sig ... end
module Bits : sig ... end
module Bytes : sig ... end
module Char : sig ... end