KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.structures
/
RingBuffer
/
RingBuffer
Ring
Buffer
constructor
(
capacity
:
Int
)
Creates an empty buffer that holds at most
capacity
elements.
Type Parameters
T
the element type.