The position of the first element in a nonempty array.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
var startIndex: Int { get }
Discussion
For an instance of Contiguous
, start
is always zero. If the array is empty, start
is equal to end
.