package bonsai

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

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

type 'a t
val create : unit -> 'a t
val add : 'a t -> 'a -> unit
val has : 'a t -> 'a -> bool
val delete : 'a t -> 'a -> unit
OCaml

Innovation. Community. Security.