CircularBuffer_.elements

growing array of elements

struct CircularBuffer_(T)
T[] elements;

Meta