NSMutableDictionary(FunkyNilTolerant)

@interface NSMutableDictionary <KeyType, ObjectType>
(FunkyNilTolerant) @end

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

See

Immutable counterpart NSDictionary(FunkyNilTolerant)