Function 関数

objc_setEnumerationMutationHandler(_:)

Sets the current mutation handler. 現在の変異ハンドラを設定します。

Declaration 宣言

func objc_setEnumerationMutationHandler(_ handler: ((Any) -> Void)?)

Parameters パラメータ

handler

A function pointer to the new mutation handler.

See Also 参照

Using Objective-C Language Features Objective-C言語機能を使う