Buffer.write

Assign the buffer element at the current write index to element and increment the write index.

class Buffer(T)
nothrow @nogc
void
write
(
const T element
)

Meta