Skip to main content

type_id_array_len

Function type_id_array_len 

Source
pub const fn type_id_array_len(_id: TypeId) -> usize
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Gets the length of the array represented by this TypeId.

The more user-friendly version of this intrinsic is core::any::TypeId::array_len.