NSMutableSet(FunkyPrefixedUtilities)

@interface NSMutableSet <ObjectType>
(FunkyPrefixedUtilities) @end

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

See

Unprefixed counterpart NSMutableSet(FunkyUtilities)

See

Immutable counterpart NSSet(FunkyPrefixedUtilities)