NSMutableDictionary(FunkyPrefixedUtilities)

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

This extension provides simple and easy to use functional and general utilities for NSMutableDictionary. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSDictionary+FunkyUtilities.h.

See

Unprefixed counterpart NSMutableDictionary(FunkyUtilities)

See

Immutable counterpart NSDictionary(FunkyPrefixedUtilities)