Module objc2_foundation::set

source ·
Available on crate feature NSSet only.
Expand description

Utilities for the NSSet and NSMutableSet classes.

Structs§

  • IntoIterNSEnumerator
    A consuming iterator over the items of a NSSet.
  • IterNSEnumerator
    An iterator over the items of a NSSet.
  • IterRetainedNSEnumerator
    An iterator that retains the items of a NSSet.