phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
NotNull.this
nxt
notnull
NotNull
Constructs with a runtime not null check (via assert()).
this
()
this
(T value)
struct
NotNull
(T)
pure nothrow
this
(
T
value
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
||
is
(
T
==
U
*,
U
) &&
__traits(
isScalar
,
T
)
)
this
(typeof(null) )
Meta
Source
See Implementation
nxt
notnull
NotNull
constructors
this
functions
opAssign
opCast
properties
_valueHelper
get
Constructs with a runtime not null check (via assert()).