phobos-next v0.5.0 (2022-11-28T21:32:24Z)
Home
Dub
Repo
WriteBorrowed
nxt
borrowed
Write-borrowed access to range
Range
.
struct
WriteBorrowed (
Range
Owner
) {
this
(Range range, Owner* owner);
this(this)
;
~this
();
Range
_range
;
}
Constructors
this
this
(Range range, Owner* owner)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
_range
Members
Variables
_range
Range
_range
;
range
Meta
Source
See Implementation
nxt
borrowed
structs
ReadBorrowed
WriteBorrowed
Write-borrowed access to range Range.