Function CircularBuffer.Push

Push (bool toStart, T item)

Pushes a new item to the start or the end of the buffer.

Public
void Push (

bool

toStart

T

item

)

Pushes a new item to the start or the end of the buffer.