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
.
pub fn is_isize_or_usize(typ: Ty<'_>) -> bool
Return true
if the passed typ
is isize
or usize
.