phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
hasStandardNullValue.hasStandardNullValue
nxt
nullable_traits
hasStandardNullValue
Undocumented in source.
enum
hasStandardNullValue
;
enum
hasStandardNullValue
;
template
hasStandardNullValue
(T)
static if
(!(
is(T == class) || is(T == typeof(null))
))
enum
hasStandardNullValue
=
(
isPointer
!
T
||
isDynamicArray
!
T
)
;
Meta
Source
See Source File
nxt
nullable_traits
hasStandardNullValue
manifest constants
hasStandardNullValue