Buffer.read

Gets the element from the buffer at the current read index, and increments the read index.

class Buffer(T)
nothrow @nogc
T
read
(
)

Meta