Companion

object Companion

Functions

boxing
Link copied to clipboard
common
fun <T> boxing(size: Int): RingBuffer<T>
Slow yet universal buffer
build
Link copied to clipboard
common
inline fun <T : Any> build(size: Int, empty: T): RingBuffer<T>

Sources

common source
Link copied to clipboard