ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
isPrimitiveType.isPrimitiveType
ocean
meta
traits
Basic
isPrimitiveType
Undocumented in source.
template
isPrimitiveType
(T)
static immutable
auto
isPrimitiveType
=
is
(
Unqual
!(
T
) ==
void
) ||
is
(
Unqual
!(
T
) ==
bool
) ||
isIntegerType
!(
T
) ||
isCharType
!(
T
) ||
isFloatingPointType
!(
T
)
;
Meta
Source
See Source File
ocean
meta
traits
Basic
isPrimitiveType
static variables
isPrimitiveType