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;
Parameter | Type | Description |
---|---|---|
index | number | |
value | TValue |
Returns:
TValue