macro_rules! nsarray { () => { ... }; ($($x:expr),*) => { ... }; }
A macro to create new NSArrays.
NSArray