phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
PackedNumericType.PackedNumericType
nxt
bound
PackedNumericType
Undocumented in source.
alias
PackedNumericType
=
byte
alias
PackedNumericType
=
short
alias
PackedNumericType
=
int
alias
PackedNumericType
=
long
alias
PackedNumericType
=
Type
alias
PackedNumericType
=
ubyte
template
PackedNumericType
(alias expr)
version(none)
static if
(
isIntegral!Type
)
static if
(!(
expr < 0
))
static if
(
expr <= 0xff
)
alias
PackedNumericType
=
ubyte
alias
PackedNumericType
=
ushort
alias
PackedNumericType
=
uint
alias
PackedNumericType
=
ulong
alias
PackedNumericType
=
Type
alias
PackedNumericType
=
Type
Meta
Source
See Implementation
nxt
bound
PackedNumericType
aliases
PackedNumericType
Type