Function CircularBuffer.InsertAbsolute
InsertAbsolute
(int index, T item)
Inserts an item at the given absolute index.
Public
void InsertAbsolute (
int | index | |
T | item |
Inserts an item at the given absolute index.