TryExpandNumericType

Like ExpandNumericType, but do not error if the resulting type is too large to fit any native D type - just expand to the largest type of the same kind instead.

Members

Aliases

TryExpandNumericType
alias TryExpandNumericType = ExpandNumericType!(T, additionalBits)
TryExpandNumericType
alias TryExpandNumericType = long
Undocumented in source.
TryExpandNumericType
alias TryExpandNumericType = ulong
Undocumented in source.
TryExpandNumericType
alias TryExpandNumericType = real
Undocumented in source.

Meta