Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 225 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 225 Bytes

WeakPointerArray

The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects(not strong as in Array). So objects may be destroyed even if array has references to them.