phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
NotNull.this
nxt
notnull
NotNull
Cast to bool. Constructs with a runtime not null check (via assert()).
this
()
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
properties
_valueHelper
Cast to bool. Constructs with a runtime not null check (via assert()).