NSArray(FunkyNilStoring)

@interface NSArray <__covariant ObjectType>
(FunkyNilStoring) @end

This is a category on NSArray to convert the current set into a nil-storing collection.

See

Mutable counterpart NSMutableArray(FunkyNilStoring)