pub fn string_intrinsic_components(
types: &dyn TypeDatabase,
type_id: TypeId,
) -> Option<(StringIntrinsicKind, TypeId)>Expand description
Extract string intrinsic components if this is a string intrinsic type.
pub fn string_intrinsic_components(
types: &dyn TypeDatabase,
type_id: TypeId,
) -> Option<(StringIntrinsicKind, TypeId)>Extract string intrinsic components if this is a string intrinsic type.