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