RefBuffer.this

Constructs a buffer.

struct RefBuffer
@safe
this
(
in size_t threshold
,
in size_t chunkSize = 8192
)

Parameters

threshold size_t

the threshold of writing value or stores reference.

chunkSize size_t

the default size of chunk for allocation.

Meta