Module objc2_foundation::array

source ·
Available on crate feature NSArray only.
Expand description

Utilities for the NSArray and NSMutableArray classes.

Structs§

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