d-metal-binding v1.0.4 (2023-03-15T23:34:54Z)
Dub
Repo
NSArray.array
objc
runtime
NSArray
Creates and returns an array containing the objects in the argument list.
NSArray
array
()
NSArray
array
(NSArray array)
NSArray
array
(NSObject object)
NSArray
array
(NSObject objects, ...)
class
NSArray
static
@
selector
("arrayWithObjects:")
NSArray
array
(
NSObject
objects
,
...
)
NSArray
array
(NSObject* objects, NSUInteger count)
Meta
Source
See Implementation
objc
runtime
NSArray
aliases
length
functions
count
init
objectAtIndex
static functions
array
Creates and returns an array containing the objects in the argument list.