True if this level is definitionally zero (Prop).
(&self)
| 88 | pub fn hash_eq(&self, other: &KUniv<M>) -> bool { |
| 89 | self.ptr_eq(other) || self.addr() == other.addr() |
| 90 | } |
| 91 | |
| 92 | /// Structural equality mirroring the intern identity: `Param` display |
| 93 | /// names are NOT compared (matching the historical hash semantics). |
| 94 | /// Equal interned subtrees prune at the uid fast path. |
| 95 | fn structural_eq(&self, other: &Self) -> bool { |
no outgoing calls
no test coverage detected