Module objc2_foundation::dictionary
source · Available on crate feature
NSDictionary
only.Expand description
Utilities for the NSDictionary
and NSMutableDictionary
classes.
Structs§
- IntoValues
NSEnumerator
A consuming iterator over the values of aNSDictionary
. - Keys
NSEnumerator
An iterator over the keys of aNSDictionary
. - KeysRetained
NSEnumerator
An iterator that retains the keys of aNSDictionary
. - Values
NSEnumerator
An iterator over the values of aNSDictionary
. - ValuesMut
NSEnumerator
A mutable iterator over the values of aNSDictionary
. - ValuesRetained
NSEnumerator
A iterator that retains the values of aNSDictionary
.