(&self, other: &KUniv<M>)
| 78 | } |
| 79 | |
| 80 | pub fn ptr_eq(&self, other: &KUniv<M>) -> bool { |
| 81 | Arc::ptr_eq(&self.0, &other.0) |
| 82 | } |
| 83 | |
| 84 | /// Canonical-identity equality: `ptr_eq` or equal intern uid. Sound in |
| 85 | /// the affirmative; incomplete in the negative (independently built |