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