Next:
WeakSet-copying
, Up:
WeakSet
1.215.1 WeakSet: accessing
add: anObject
Add newObject to the set, if and only if the set doesn't already contain an occurrence of it. Don't fail if a duplicate is found. Answer anObject
do: aBlock
Enumerate all the non-nil members of the set