filled static method
Creates a NSArray of the given length with fill at each position.
The length must be a non-negative integer.
Implementation
static NSArray filled(int length, objc.ObjCObject fill) =>
NSMutableArray.filled(length, fill);
Creates a NSArray of the given length with fill at each position.
The length must be a non-negative integer.
static NSArray filled(int length, objc.ObjCObject fill) =>
NSMutableArray.filled(length, fill);