Macro nsarray

Source
macro_rules! nsarray {
    () => { ... };
    ($($x:expr),*) => { ... };
}
Expand description

A macro to create new NSArrays.