Function clippy_utils::ty::is_isize_or_usize

source ยท
pub fn is_isize_or_usize(typ: Ty<'_>) -> bool
Expand description

Return true if the passed typ is isize or usize.