pub type BlasId = Id<Blas>;
#[repr(transparent)]pub struct BlasId(RawId, PhantomData<Blas>);
0: RawId
1: PhantomData<Blas>