Enumeration 列挙

NSKeyValueSetMutationKind

The kinds of mutation that you can make to an unordered collection. 変化のさまざまな種類、それはあなたが順不同コレクションにすることができます。

Declaration 宣言

enum NSKeyValueSetMutationKind : UInt, @unchecked Sendable

Overview 概要

These constants are specified as the mutationKind parameter to the methods willChangeValue(forKey:withSetMutation:using:) and didChangeValue(forKey:withSetMutation:using:). Their semantics correspond exactly to the NSMutableSet class methods union(_:), minus(_:), intersect(_:), and the instance method setSet(_:). これらの定数は、mutationKindパラメータとしてメソッドwillChangeValue(forKey:withSetMutation:using:)didChangeValue(forKey:withSetMutation:using:)に対して指定されます。それらの意味論は、正確にNSMutableSetのクラスメソッドunion(_:)minus(_:)intersect(_:)、そしてインスタンスメソッドsetSet(_:)と一致します。

Topics 話題

Constants 定数

Relationships 関係

Conforms To 次に準拠