phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
hasStandardNullValue.hasStandardNullValue
nxt
nullable_traits
hasStandardNullValue
Undocumented in source.
enum
hasStandardNullValue
;
enum
hasStandardNullValue
;
enum
hasStandardNullValue
;
template
hasStandardNullValue
(T)
static if
(!(
is(T == class) || is(T == typeof(null))
))
static if
(!(
is(T == struct) || is(T == interface) || is(T == union)
))
enum
hasStandardNullValue
=
(
is
(
T
==
U
*,
U
) || (
is
(
T
:
const
(
E
)[],
E
) && !
__traits
(
isStaticArray
,
T
)))
;
Meta
Source
See Source File
nxt
nullable_traits
hasStandardNullValue
manifest constants
hasStandardNullValue