phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Owned.opSlice
nxt
owned
Owned
Get read-write slice in range
i
..
j
.
auto
opSlice
(size_t i, size_t j)
auto
opSlice
(size_t i, size_t j)
struct
Owned
(Container)
pragma(
inline
)
static if
(
true
)
auto
opSlice
(
size_t
i
,
size_t
j
)
if
(
needsOwnership
!
Container
)
auto
opSlice
()
auto
opSlice
()
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.