package bonsai

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

Module Jsoo_weak_collections.Weak_mapSource

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap

Sourcetype ('a, 'b) t
Sourceval create : unit -> ('a, 'b) t
Sourceval set : ('a, 'b) t -> 'a -> 'b -> unit
Sourceval get : ('a, 'b) t -> 'a -> 'b option
Sourceval delete : ('a, 'b) t -> 'a -> unit
OCaml

Innovation. Community. Security.