package bonsai

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

Module Jsoo_weak_collections.Weak_setSource

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

Sourcetype 'a t
Sourceval create : unit -> 'a t
Sourceval add : 'a t -> 'a -> unit
Sourceval has : 'a t -> 'a -> bool
Sourceval delete : 'a t -> 'a -> unit
OCaml

Innovation. Community. Security.