pub type IndexId = TypedId<{ _ }, u32>;
#[repr(transparent)]pub struct IndexId(pub(crate) u32);
0: u32