kmath-coroutines
/
space.kscience.kmath.streaming
/
RingBuffer
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
boxing
Link copied to clipboard
common
fun <
T
>
boxing
(size:
Int
):
RingBuffer
<
T
>
Content copied to clipboard
Slow yet universal buffer
build
Link copied to clipboard
common
inline fun <
T
:
Any
>
build
(size:
Int
, empty:
T
):
RingBuffer
<
T
>
Content copied to clipboard
Sources
common source
Link copied to clipboard