Contents

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.