【Foundation-37-1】#import 不可索引集合

NSIndexSet 用来让你从某个 data structure 里面提取一部分东西出来成为一个新的东西。 好比你有一个 NSArray, 里面是 (one, two, three, four, five) 而后你造了个 indexSet 的内容是 0,1,2,4 而后你把它套到那个 array 上,就是 (one, two,three,five)ui @interface NSIndexSet
相关文章
相关标签/搜索