NSArray(FunkyNilTolerant)

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

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

See

Mutable counterpart NSMutableArray(FunkyNilTolerant)