phobos-next v0.3.9 (2020-08-07T21:50:30Z)
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
Disable null assignment.