pub const fn type_id_is_signed(_id: TypeId) -> bool🔬This is a nightly-only experimental API. (
core_intrinsics)Expand description
Returns whether the type represented by this TypeId is a signed integer.
The more user-friendly version of this intrinsic is core::any::TypeId::is_signed.