Recorder.this

Construct a Recorder with specified storage buffer.

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

Parameters

storage ubyte[]

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

Meta