Instance Method
enumerateIndexKeysAndValues(_:)enumerateIndexKeysAndValuesWithBlock:enumerateIndexKeysAndValuesWithBlock_
Since std::map always stores keys in sorted order, they will be enumerated in sorted order as well.
Declaration
func enumerateIndexKeysAndValues(_ block: (@Sendable (CFIndex, CFIndex) -> Void)!)func enumerateIndexKeysAndValues() async -> (CFIndex, CFIndex)Declaration
- (void) enumerateIndexKeysAndValuesWithBlock:(GSCFIndexToCFIndexMapEnumeratorBlock) block;Declaration
enumerateIndexKeysAndValuesWithBlock_(block: GSCFIndexToCFIndexMapEnumeratorBlock)