Recorder.this

Construct a Recorder with specified storage buffer.

struct Recorder(Input)
pure nothrow @nogc
this
@safe
(
ubyte[] storage
)

Parameters

storage
Type: ubyte[]

Buffer to store recorded data. Must be deallocated *after* the Recorder is destroyed. Must be at least Recorder!Input.minStorageBytes long.

Meta