phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
WriteBorrowed
nxt
borrowed
Read-and-Write-borrowed access to a range of type
Range
owned by
Owner
.
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
Read-and-Write-borrowed access to a range of type Range owned by Owner.