A set of the same type as the current set. 現在の集合と同じ型の集合。
Instance Method
インスタンスメソッド
subtracting(_:)
Returns a new set containing the elements of this set that do not occur in the given set.
与えられた集合の中の現れないこの集合の要素を含んでいる新しい集合を返します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func subtracting(_ other: ByteCountFormatStyle
.Units
) -> ByteCountFormatStyle
.Units
Parameters パラメータ
other
Return Value 戻り値
A new set. 新しい集合。
Discussion 議論
In the following example, the non
set is made up of the elements of the employees
set that are not elements of neighbors
:
次の例において、non
集合はemployees
集合の要素でneighbors
の要素でないものから作り上げられます: