is_same

Function is_same 

Source
pub fn is_same<T>(a: &T, b: &T) -> bool
Expand description

判断两者是否引用了同一个对象