NSMutableArray(FunkyUtilities)

@interface NSMutableArray <ObjectType>
(FunkyUtilities) @end

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

See

Prefixed counterpart NSMutableArray(FunkyPrefixedUtilities)

See

Immutable counterpart NSArray(FunkyUtilities)