package spotlib

  1. Overview
  2. Docs
type 'a t
val create : int -> 'a t
val add : 'a t -> Obj.t -> 'a -> unit
val find : 'a t -> Obj.t -> (Obj.t * 'a) option
val findq : 'a t -> Obj.t -> 'a option
val mem : 'a t -> Obj.t -> bool
val memq : 'a t -> Obj.t -> bool
val remove : 'a t -> Obj.t -> (Obj.t * 'a) option
val removeq : 'a t -> Obj.t -> 'a option
val length : 'a t -> int