enumerateObjects(_:)
Executes a given block using each object in the set.
Declaration
func enumerateObjects(_ block: (Any, UnsafeMutablePointer<ObjCBool>) -> Void)Parameters
- block:
The block to apply to elements in the set.
The block takes two arguments: