MmappedBuffer.peek

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

struct MmappedBuffer
const(T)[]
peek
(
T
)
()

Meta