gpt4 book ai didi

objective-c - NSArray 和快速枚举,总是按索引顺序进行?

转载 作者:可可西里 更新时间:2023-11-01 03:05:27 24 4
gpt4 key购买 nike

数组的快速枚举总是按索引顺序进行吗?

for (NSDictionary *zone in myArray)
{
//do code
}

是否总是从索引位置 0、1、2、...、n 开始枚举?

与标准 for 循环相比,我更喜欢快速枚举,因为它使代码更易于阅读。

最佳答案

是的,它会:

For collections or enumerators that have a well-defined order—such as an NSArray or an NSEnumerator instance derived from an array—the enumeration proceeds in that order, so simply counting iterations gives you the proper index into the collection if you need it.

docs here

关于objective-c - NSArray 和快速枚举,总是按索引顺序进行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10689081/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com