NSMutableSet(FunkyUtilities)

@interface NSMutableSet <ObjectType>
(FunkyUtilities) @end

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

See

Prefixed counterpart NSMutableSet(FunkyPrefixedUtilities)

See

Immutable counterpart NSSet(FunkyUtilities)