init(capacity: Int)
Returns an initialized mutable ordered set with a given initial capacity.
与えられた初期容量を持つ初期化された可変の順序集合を返します。
Availability 有効性
Technology
init()
A mutable ordered set. ある可変の順序集合。
This method is a designated initializer of NSMutable
.
このメソッドは、NSMutable
の指定イニシャライザです。
init(capacity: Int)