Contents

IndexedIdentifierCollection

A collection wrapper that iterates over the indices and identifiers of a collection together.

Declaration

struct IndexedIdentifierCollection<Base, ID> where Base : Collection, ID : Hashable

Overview

You don’t use this type directly. Instead SwiftUI creates this type on your behalf.

See Also

Editing a list