phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
NotNull._valueHelper
nxt
notnull
NotNull
Undocumented in source. Be warned that the author may not have intended to support it.
NotNull
!(
BaseClassesTuple
!
T
[
0
])
_valueHelper
[@property getter]
inout
(
T
)
_valueHelper
[@property getter]
struct
NotNull
(T)
version(none && none)
@
property
inout pure nothrow
static if
(!(
is(T == class) && !is(T == Object)
))
inout
(
T
)
_valueHelper
(
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
||
is
(
T
==
U
*,
U
) &&
__traits(
isScalar
,
T
)
)
Meta
Source
See Implementation
nxt
notnull
NotNull
constructors
this
functions
opAssign
opCast
properties
_valueHelper
get