init(capacity: Int)
Returns an array, initialized with enough memory to initially hold a given number of objects.
ある配列を返します、与えられた数のオブジェクトを当初から格納するのに十分なメモリで初期化されます。
Availability 有効性
Technology
init()
An array. 1つの配列。
This method is a designated initializer. このメソッドは、指定イニシャライザです。
init(capacity: Int)