UniqueRead

Allows modification of the read in-place even if it's slice-backed.

struct UniqueRead (
R
) {}

Constructors

this
this(R read)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

read

Members

Variables

read
R read;
Undocumented in source.

Meta