Class: CircularBuffer

CircularBuffer(size)

An array with a limited amount of data (size) that wraps when you read or write past the end.