[][src]Type Definition baffa::RingBuffer

type RingBuffer<T> = Ring<T>;

Alias to circular buffer.