dmd.common.outbuffer

An expandable buffer in which you can write text or binary data.

Members

Structs

OutBuffer
struct OutBuffer

OutBuffer is a write-only output stream of untyped data. It is backed up by a contiguous array or a memory-mapped file.

Meta