Type Definition r3_kernel::utils::UIntegerWithBound

source ·
pub type UIntegerWithBound<const MAX: u128> = <Conditional<u8, <Conditional<u16, <Conditional<u32, <Conditional<u64, u128, { _ }> as TypeFn>::Output, { _ }> as TypeFn>::Output, { _ }> as TypeFn>::Output, { _ }> as TypeFn>::Output;
Expand description

Get the smallest unsigned integer type capable of representing the specified value.