pub trait LeEqU64: Unsigned + IsLessOrEqual<U64, Output = True> { }
Implemented for all Unsigned integers ≤ 64.
Unsigned