Instance Method
enumerateIntegers(_:)enumerateIntegersUsingBlock:enumerateIntegersUsingBlock_
Declaration
func enumerateIntegers(_ block: @escaping (Int32, UnsafeMutablePointer<ObjCBool>) -> Void)Declaration
- (void) enumerateIntegersUsingBlock:(void (^)(int integer, BOOL *stop)) block;Declaration
enumerateIntegersUsingBlock_(integer: int, stop: bool, block)