Module objc2_foundation::dictionary

source ·
Available on crate feature NSDictionary only.
Expand description

Utilities for the NSDictionary and NSMutableDictionary classes.

Structs§

  • IntoValuesNSEnumerator
    A consuming iterator over the values of a NSDictionary.
  • KeysNSEnumerator
    An iterator over the keys of a NSDictionary.
  • KeysRetainedNSEnumerator
    An iterator that retains the keys of a NSDictionary.
  • ValuesNSEnumerator
    An iterator over the values of a NSDictionary.
  • ValuesMutNSEnumerator
    A mutable iterator over the values of a NSDictionary.
  • ValuesRetainedNSEnumerator
    A iterator that retains the values of a NSDictionary.