IndexedCollection

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

Indexed.swift:14
struct IndexedCollection<Base> where Base : Collection