pub trait ToUInt { type Output; }
Used to allow the usage of U in a generic context.
U
The UN type corresponding to Self = Const<N>.
UN
Self = Const<N>