Nu Class Reference

NSDictionary Extensions

NSDictionary extensions for Nu programming.

Declared in: tools/nuke, objc/extensions.h



Methods

+ (id) dictionaryWithList: (id) l
Create a dictionary from a list.

in tools/nuke

+ (NSDictionary *) dictionaryWithList: (id) list
Creates a dictionary that contains the contents of a specified list. The list should be a sequence of interleaved keys and values.

in objc/extensions.h

- (id) objectForKey: (id) key
withDefault: (id) defaultValue
Look up an object by key, returning the specified default if no object is found.

in objc/extensions.h