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