RingBuffer

fun <T> RingBuffer(buffer: MutableBuffer<T?>, startIndex: Int = 0, size: Int = 0)

Sources

Link copied to clipboard