Module Js_of_ocaml__.Jstable

type 'a t
val create : unit -> 'a t
val add : 'a t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'a -> unit
val remove : 'a t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> unit
val find : 'a t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'a Js_of_ocaml.Js.optdef
val keys : 'a t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t list