type TypedU32Id<const N: usize> = TypedId<N, u32>;
#[repr(transparent)]struct TypedU32Id<const N: usize>(pub(crate) u32);
0: u32