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