phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Owned.move
nxt
owned
Owned
Move
this
into a returned r-value.
typeof
(
this
)
move
()
struct
Owned
(Container)
pragma(
inline
)
typeof
(this)
move
(
)
if
(
needsOwnership
!
Container
)
void
move
(typeof(this) dst)
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
Move this into a returned r-value.