Home > rc-js-util > CircularBuffer > getSetValue
returns the value stored at the index and sets the provided value
Signature:
getSetValue(index: number, value: TValue): TValue;
Returns:
TValue