(&mut self, v: Val)
| 72 | }; |
| 73 | |
| 74 | use crate::synthesis::{AiurConfig, AiurSystem}; |
| 75 | |
| 76 | /// Sentinel for `None` in the preprocessed-index trailer. |
| 77 | const NO_PREP_INDEX: u16 = u16::MAX; |
| 78 | |
| 79 | // ════════════════════════════════════════════════════════════════════════════ |
| 80 | // Encoder — System<AiurConfig> -> bytes |