startIndex
The position of the first element in a nonempty array.
Declaration
var startIndex: InlineArray<count, Element>.Index { get }Discussion
If the array is empty, startIndex is equal to endIndex.
The position of the first element in a nonempty array.
var startIndex: InlineArray<count, Element>.Index { get }If the array is empty, startIndex is equal to endIndex.