Get a node by id. Returns `None` for nil ids, stale generations, out-of-bounds slots, or empty slots.
(&self, id: NodeID)
| 190 | |
| 191 | impl Default for NodeArena { |
| 192 | fn default() -> Self { |
| 193 | Self::new() |
| 194 | } |
| 195 | } |
| 196 | |
| 197 | impl NodeArena { |
| 198 | // ---- Construction ---- |