An open API service indexing awesome lists of open source software.

https://github.com/nickrybalko/weakpointerarray

The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects
https://github.com/nickrybalko/weakpointerarray

array ios macos objective-c swift tvos watchos weak weak-references

Last synced: 3 months ago
JSON representation

The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects

Awesome Lists containing this project

README

        

# 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.