Home > rc-js-util > CircularBuffer > createEmpty
Signature:
static createEmpty<TValue>(size: number): CircularBuffer<TValue>;
Returns:
CircularBuffer<TValue>