dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
isUnsignedIntegral.isUnsignedIntegral
dplug
core
traits
isUnsignedIntegral
Undocumented in source.
template
isUnsignedIntegral
(T)
enum
isUnsignedIntegral
=
(
is
(
T
==
uint
) ||
is
(
T
==
ubyte
) ||
is
(
T
==
ushort
) ||
is
(
T
==
ulong
))
;
Meta
Source
See Source File
dplug
core
traits
isUnsignedIntegral
manifest constants
isUnsignedIntegral