Module Private.Tbl31

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 : functor (H : Stdlib.Hashtbl.HashedType) -> Type with type elt = H.t
module Bool : sig ... end
module Bits : sig ... end
module Bytes : sig ... end
module Char : sig ... end