objc_enumerationMutation
Inserted by the compiler when a mutation is detected during a foreach iteration.
ある変異がforeach反復の間に検知される時に、コンパイラによって挿入されます。
objc_setEnumerationMutationHandler
Sets the current mutation handler.
現在の変異ハンドラを設定します。
imp_getBlock
Returns the block associated with an IMP that was created using
imp_implementationWithBlock
.imp_removeBlock
Disassociates a block from an IMP that was created using
imp_implementationWithBlock
, and releases the copy of the block that was created.objc_loadWeak
Loads the object referenced by a weak pointer and returns it.
弱いポインタによって参照されたオブジェクトをロードします、そしてそれを返します。
objc_storeWeak
Stores a new value in a
__weak
variable.