NSMutableSet(FunkyNilStoring)

@interface NSMutableSet <ObjectType>
(FunkyNilStoring) @end

This is a category on NSMutableSet to convert the current set into a nil-storing collection.

See

Immutable counterpart NSSet(FunkyNilStoring)