pub fn same_type_and_consts<'tcx>(a: Ty<'tcx>, b: Ty<'tcx>) -> bool
Returns true if types a and b are same types having same Const generic args, otherwise returns false
true
a
b
Const
false