RingBuffer

object RingBuffer
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

final def apply[A](requestedCapacity: Int): RingBuffer[A]
Note:

minimum supported capacity is 2

final def nextPow2(n: Int): Int