phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Owned.sliceRW
nxt
owned
Owned
Get read-write slice in range
i
..
j
.
WriteBorrowed
!(
Range
,
Owned
)
sliceRW
()
WriteBorrowed
!(
Range
,
Owned
)
sliceRW
(size_t i, size_t j)
struct
Owned
(Container)
pragma(
inline
) @
trusted
static if
(
true
)
WriteBorrowed
!(
Range
,
Owned
)
sliceRW
(
size_t
i
,
size_t
j
)
if
(
needsOwnership
!
Container
)
Meta
Source
See Implementation
nxt
owned
Owned
aliases
Range
destructors
~this
functions
move
moveEmplace
opSlice
sliceRO
sliceRW
manifest constants
readBorrowCountMax
properties
isBorrowed
isWriteBorrowed
readBorrowCount
variables
_container
_readBorrowCount
_writeBorrowed
Get read-write slice in range i .. j.