phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Owned.move
nxt
owned
Owned
Checked overload for
std.algorithm.mutation.move
.
typeof
(
this
)
move
()
void
move
(typeof(this) dst)
struct
Owned
(Container)
pragma(
inline
) pure nothrow @
nogc
void
move
(
ref
typeof
(this)
dst
)
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
Checked overload for std.algorithm.mutation.move.