pub const fn unpack_type_id(id: TypeId) -> u128
Expand description

Unpack a type_id to an u64 Opposite of [pack_type_id(id)].

Note

Probably not safe for future compilers, fine for now. The size changed in later rust versions, see https://github.com/rust-lang/compiler-team/issues/608