NSDictionary(FunkyNilTolerant)

@interface NSDictionary <__covariant KeyType, __covariant ObjectType>
(FunkyNilTolerant) @end

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

See

Mutable counterpart NSMutableDictionary(FunkyNilTolerant)