NSMutableArray(FunkyNilTolerant)

@interface NSMutableArray <ObjectType>
(FunkyNilTolerant) @end

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

See

Immutable counterpart NSArray(FunkyNilTolerant)