Sven Van Caekenberghe wrote:
Magnitude weakSubclass: #WeakKeyAssociation
instanceVariableNames: 'value'
classVariableNames: ''
category: 'Collections-Support'
weakSubclass: ...
Oh! the shame
Thanks Sven.
On 06 Sep 2014, at 16:47, Ben Coman wrote:
I'd like to l
Magnitude weakSubclass: #WeakKeyAssociation
instanceVariableNames: 'value'
classVariableNames: ''
category: 'Collections-Support'
weakSubclass: ...
On 06 Sep 2014, at 16:47, Ben Coman wrote:
>
> I'd like to learn a bit more about the implementation of Weak objects. For