| 39 | #[repr(transparent)] |
| 40 | #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 41 | pub struct LowLevelExpressionIndex(pub usize); |
| 42 | |
| 43 | impl Display for LowLevelExpressionIndex { |
| 44 | fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { |
no outgoing calls