NSMutableDictionary(FunkyUtilities)

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

This extension provides simple and easy to use functional and general utilities for NSMutableDictionary. If you need to prefix the extension methods in this category, you should import NSDictionary+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

See

Prefixed counterpart NSMutableDictionary(FunkyPrefixedUtilities)

See

Immutable counterpart NSDictionary(FunkyUtilities)