package spotlib

  1. Overview
  2. Docs

Parameters

Signature

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