phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
NotNull.opAssign
nxt
notnull
NotNull
Disable null assignment.
typeof
(
this
)
opAssign
(NotNull!U rhs)
typeof
(
this
)
opAssign
(typeof(null) )
struct
NotNull
(T)
@
disable
typeof
(this)
opAssign
(
typeof
(null)
)
if
(
isNullAssignable
!
T
)
Meta
Source
See Implementation
nxt
notnull
NotNull
constructors
this
functions
opAssign
properties
_valueHelper
Disable null assignment.