The position of the first element in a nonempty collection.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
Declaration
var startIndex: Collection Difference<ChangeElement>.Index { get }
Discussion
If the collection is empty, start is equal to end.
Note
This documentation comment was inherited from Collection.