A type that provides the collection’s iteration interface and encapsulates its iteration state.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Overview
By default, a collection conforms to the Sequence
protocol by supplying Indexing
as its associated Iterator
type.
Note
This documentation comment was inherited from Collection
.