RingBuffer.insert

Insert an element to the buffer

class RingBuffer(T)
@safe @nogc pure nothrow
void
insert
()
(
auto ref T val
)

Parameters

val T

an element of type T

Meta