UniqueRead

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

  1. struct UniqueRead(R)
    struct UniqueRead (
    R
    ) {}
  2. auto assumeUnique(R read)

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