ChristianFox / WeakPointerArray

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

Home Page:https://github.com/NickRybalko/WeakPointerArray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://github.com/NickRybalko/WeakPointerArray

License:MIT License


Languages

Language:Swift 89.8%Language:Ruby 10.2%