Module objc2_foundation::set
source · Available on crate feature
NSSet only.Expand description
Utilities for the NSSet and NSMutableSet classes.
Structs§
- IntoIter
NSEnumeratorA consuming iterator over the items of aNSSet. - Iter
NSEnumeratorAn iterator over the items of aNSSet. - IterRetained
NSEnumeratorAn iterator that retains the items of aNSSet.