RawAutoalignedBuff.initialize

Initializes the struct.

bytes specifies buffer size.

If zeroFill is true the memory will be zero-filled.

Preconditions: bytes <= maxBytes

struct RawAutoalignedBuff(size_t alignment, size_t maxBytes)
pure nothrow @nogc
void
initialize
(
in size_t bytes = maxBytes
,
in bool zeroFill = true
)

Meta