phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
NotNull.opAssign
nxt
notnull
NotNull
Assignment from
NotNull
inherited class
rhs
to
NotNull
base class
this
.
typeof
(
this
)
opAssign
(NotNull!U rhs)
struct
NotNull
(T)
@
safe
pure nothrow @
nogc
typeof
(this)
opAssign
(
U
)
(
NotNull
!
U
rhs
)
if
(
isAssignable
!(
T
,
U
)
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
||
is
(
T
==
U
*,
U
) &&
__traits(
isScalar
,
T
)
)
typeof
(
this
)
opAssign
(typeof(null) )
Meta
Source
See Implementation
nxt
notnull
NotNull
constructors
this
functions
opAssign
opCast
properties
_valueHelper
get
Assignment from NotNull inherited class rhs to NotNull base class this.