package spotlib

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

Module Weaktbl.OSource

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

Innovation. Community. Security.