phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
BoundsType.BoundsType
nxt
bound
BoundsType
Undocumented in source.
alias
BoundsType
=
byte
alias
BoundsType
=
short
alias
BoundsType
=
int
alias
BoundsType
=
long
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
alias
BoundsType
=
ubyte
alias
BoundsType
=
ushort
alias
BoundsType
=
uint
alias
BoundsType
=
ulong
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
template
BoundsType
(alias low, alias high, bool packed = true, bool signed = false)
version(none)
static if
(!(
isIntegral!LowType && isIntegral!HighType
))
static if
(!(
isFloatingPoint!LowType && isFloatingPoint!HighType
))
static if
(
isSomeChar!LowType && isSomeChar!HighType
)
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
alias
BoundsType
=
CommonType
!(
LowType
,
HighType
)
Meta
Source
See Implementation
nxt
bound
BoundsType
aliases
BoundsType
HighType
LowType
SpanType
manifest constants
span