(&self, addr: Address, comm: Comm)
| 246 | |
| 247 | /// The Ixon environment. |
| 248 | /// |
| 249 | /// Contains five maps: |
| 250 | /// - `consts`: Alpha-invariant constants indexed by content hash, |
| 251 | /// stored lazily as serialized bytes ([`LazyConstant`]) and |
| 252 | /// materialized on demand. |
| 253 | /// - `named`: Named references with metadata and mutual context |