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