phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
NotNull.this
nxt
notnull
NotNull
Cast to bool. Constructs with a runtime not null check (via assert()).
this
(T value)
struct
NotNull
(T)
@
safe
pure nothrow
this
(
T
value
)
if
(
isNullAssignable
!
T
)
this
(typeof(null) )
Meta
Source
See Implementation
nxt
notnull
NotNull
constructors
this
functions
opAssign
Cast to bool. Constructs with a runtime not null check (via assert()).