phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
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
typeof
(this)
opAssign
(
U
)
(
NotNull
!
U
rhs
)
if
(
isAssignable
!(
T
,
U
)
)
if
(
isNullAssignable
!
T
)
typeof
(
this
)
opAssign
(typeof(null) )
Meta
Source
See Implementation
nxt
notnull
NotNull
constructors
this
functions
opAssign
properties
_valueHelper
Assignment from NotNull Inherited Class rhs to NotNull Base Class this.