Version dev
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
sig
type 'a key
type t
val create : unit -> Polytables.t
val make_key : unit -> 'a Polytables.key
val set : table:Polytables.t -> key:'a Polytables.key -> value:'a -> unit
val get : table:Polytables.t -> key:'a Polytables.key -> 'a
val clear : table:Polytables.t -> unit
end