RingBuffer<E> constructor

RingBuffer<E>(
  1. int limit
)

Implementation

RingBuffer(this.limit);