package spotlib

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

Module Weaktbl.PolySource

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

Innovation. Community. Security.