ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
isPrimitiveType.isPrimitiveType
ocean
core
Traits
isPrimitiveType
Undocumented in source.
template
isPrimitiveType
(T)
deprecated
static immutable
auto
isPrimitiveType
=
is
(
Unqual
!(
T
) ==
void
) ||
is
(
Unqual
!(
T
) ==
bool
) ||
isIntegerType
!(
T
) ||
isCharType
!(
T
) ||
isFloatingPointType
!(
T
)
;
Meta
Source
See Source File
ocean
core
Traits
isPrimitiveType
static variables
isPrimitiveType