MovingBuffer.peek

Returns a read-only slice, typed as const(T)[], containing all data currently available in the buffer.

struct MovingBuffer(Allocator = Mallocator)
const(T)[]
peek
(
T
)
()

Meta