ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
TryExpandNumericType.TryExpandNumericType
ae
utils
meta
TryExpandNumericType
Undocumented in source.
alias
TryExpandNumericType
=
ExpandNumericType
!(
T
,
additionalBits
)
alias
TryExpandNumericType
=
long
template
TryExpandNumericType
(T, uint additionalBits)
static if
(!(
is(typeof(ExpandNumericType!(T, additionalBits)))
))
static if
(
is(T : ulong)
)
static if
(
isSigned!T
)
alias
TryExpandNumericType
=
long
alias
TryExpandNumericType
=
ulong
alias
TryExpandNumericType
=
real
Meta
Source
See Implementation
ae
utils
meta
TryExpandNumericType
aliases
TryExpandNumericType