ocean ~master (2021-10-22T21:44:26.740458)
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