Module objc2_foundation::array
source · Available on crate feature
NSArray
only.Expand description
Utilities for the NSArray
and NSMutableArray
classes.
Structs§
- IntoIter
NSEnumerator
A consuming iterator over the items of aNSArray
. - Iter
NSEnumerator
An iterator over the items of aNSArray
. - IterMut
NSEnumerator
A mutable iterator over the items of aNSArray
. - IterRetained
NSEnumerator
An iterator that retains the items of aNSArray
.