Skip to main content

Module dictionary

Module dictionary 

Source
Available on crate feature NSDictionary only.
Expand description

Utilities for the NSDictionary and NSMutableDictionary classes.

Structsยง

KeysNSEnumerator
An iterator over the keys of a dictionary.
KeysUncheckedNSEnumerator
An iterator over unretained keys of a dictionary.
ObjectsNSEnumerator
An iterator over the objects / values in a dictionary.
ObjectsUncheckedNSEnumerator
An iterator over unretained objects / values of a dictionary.