Nu Class Reference

NSMutableSet Extensions

NSSet extensions for Nu programming.

Declared in: nu/nu.nu, objc/extensions.h



Methods

- (void) << (id) object
Concisely add objects to sets using this method, which is equivalent to a call to addObject:.

in nu/nu.nu

- (void) addPossiblyNullObject: (id) anObject
Add an object to a set, automatically converting nil into [NSNull null].

in objc/extensions.h