[][src]Type Definition r3::utils::for_times::U

type U<const I: usize> = <Conditional<WrappingU<I>, Overflow, { I <= U_MAX }> as TypeFn>::Output;

Convert a value to a binary integer type.

I should be less than or equal to U_MAX. If it's larger than U_MAX, this type alias will “evaluate” to Overflow.