NSArrayD

Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
version(D_ObjectiveC)
extern (Objective-C)
struct NSArrayD (
T
) {}

Alias This

arr

Members

Functions

opApply
int opApply(int delegate(T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(NSArray arr)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arr
NSArray arr;
Undocumented in source.

Meta