phobos-next ~master (2025-01-18T22:13:40.3704578)
Dub
Repo
Owned.moveEmplace
nxt
owned
Owned
Checked overload for
std.algorithm.mutation.moveEmplace
.
struct
Owned
(Container)
pragma(
inline
) pure nothrow @
nogc
void
moveEmplace
(
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.moveEmplace.