Function clippy_utils::ty::is_isize_or_usize
source · pub fn is_isize_or_usize(typ: Ty<'_>) -> boolExpand description
Return true if the passed typ is isize or usize.
pub fn is_isize_or_usize(typ: Ty<'_>) -> boolReturn true if the passed typ is isize or usize.