CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

WeakPointerArray 1.1

WeakPointerArray 1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Nick Rybalko.



  • By
  • iOS engineer Nick Rybalko

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.