startIndex
The position of the first element in a non-empty collection.
Declaration
var startIndex: LazySequence<Base>.Index { get }Discussion
In an empty collection, startIndex == endIndex.
The position of the first element in a non-empty collection.
var startIndex: LazySequence<Base>.Index { get }In an empty collection, startIndex == endIndex.