Instance Propertyswift-nio 2.81.0NIOCore

startIndex

The position of the first element in a nonempty CircularBuffer.

CircularBuffer.swift:175
var startIndex: Index { get }

If the CircularBuffer is empty, startIndex is equal to endIndex.