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