Companion

Functions

Link copied to clipboard
fun <T> boxing(size: Int): RingBuffer<T>

Slow yet universal buffer

Link copied to clipboard
inline fun <T : Any> build(size: Int, empty: T): RingBuffer<T>