pub fn id<T: HashConsable>(x: &HashConsed<T>) -> HashConsIdExpand description
Identify this value uniquely amongst values of its type. The id depends on insertion order into the interning table which makes them in principle deterministic.
pub fn id<T: HashConsable>(x: &HashConsed<T>) -> HashConsIdIdentify this value uniquely amongst values of its type. The id depends on insertion order into the interning table which makes them in principle deterministic.