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