package biniou

  1. Overview
  2. Docs
type tbl
val create : int -> tbl
val clear : tbl -> unit
val put : tbl -> (int * type_id) -> Obj.t -> unit
val get : tbl -> (int * type_id) -> Obj.t