mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
mir_rci.opAssign
mir
rc
array
mir_rci
Assigns null, self, or another mir_rci instance to this reference-counted object.
ref
opAssign
(typeof(null) )
ref
opAssign
(typeof(this) rhs)
ref
opAssign
(mir_rci!Q rhs)
struct
mir_rci
(T)
ref scope return nothrow
ref
opAssign
(
Q
)
(
return
mir_rci
!
Q
rhs
)
if
(
isImplicitlyConvertible
!(
Q
*,
T
*)
)
mir
rc
array
mir_rci
constructors
this
functions
lightConst
lightImmutable
lightScope
opAssign
opBinary
opCmp
opEquals
opIndex
opOpAssign
opSlice
opUnary
variables
_array
_iterator
Assigns null, self, or another mir_rci instance to this reference-counted object.