package spotlib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Weaktbl.Poly

type ('a, 'b) t
val create : int -> ('a, 'b) t
val add : ('a, 'b) t -> 'a -> 'b -> unit
val find : ('a, 'b) t -> 'a -> ('a * 'b) option
val findq : ('a, 'b) t -> 'a -> 'b option
val remove : ('a, 'b) t -> 'a -> ('a * 'b) option
val removeq : ('a, 'b) t -> 'a -> 'b option
val length : ('a, 'b) t -> int
OCaml

Innovation. Community. Security.