Instance Method インスタンスメソッド

removeAll(keepingCapacity:)

Removes all members from the set. 集合からすべてのメンバを削除します。

Declaration 宣言

mutating func removeAll(keepingCapacity keepCapacity: Bool = false)

Parameters パラメータ

keepingCapacity

If true, the set’s buffer capacity is preserved; if false, the underlying buffer is released. The default is false. trueならば、集合が持つバッファ容量を維持します;falseならば基盤をなすバッファは解放されます。初期状態はfalseです。

See Also 参照

Removing Elements 要素の削除