NSMutableArray(FunkyNilStoring)

@interface NSMutableArray <ObjectType>
(FunkyNilStoring) @end

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

See

Immutable counterpart NSArray(FunkyNilStoring)