NSSet(FunkyNilStoring)

@interface NSSet <__covariant ObjectType>
(FunkyNilStoring) @end

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

See

Mutable counterpart NSMutableSet(FunkyNilStoring)