Package space.kscience.kmath.streaming
Types
RingBuffer
Link copied to clipboard
class RingBuffer<T>(buffer: MutableBuffer<T?>, startIndex: Int, size: Int) : Buffer<T>
Content copied to clipboard