The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Unique.opAssign
std
typecons
Unique
Transfer ownership from a
Unique
of a type that is convertible to our type.
struct
Unique
(T)
void
opAssign
(
U
)
(
Unique
!
U
u
)
if
(
is
(
u.RefT
:
RefT
)
)
Meta
Source
See Implementation
std
typecons
Unique
aliases
RefT
constructors
this
functions
opAssign
release
mixins
__anonymous
postblits
this(this)
properties
isEmpty
static functions
create
Transfer ownership from a Unique of a type that is convertible to our type.