package spotlib

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

Module Weaktbl.MakeSource

Parameters

Signature

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

Innovation. Community. Security.