Function is_truncation_cast

Source
pub fn is_truncation_cast(source: &Ty, target: &Ty) -> bool
Expand description

Return whether source to target represents a narrowing truncation cast.