Module Jsoo_weak_collections.Weak_set

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