CircularBuffer.caughtUp

Whether or not head and tail point to the same position in the context of a circular array.

struct CircularBuffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
private
bool caughtUp;