pub type RoutineTypeSnapshot = Arc<BTreeMap<String, StoredDomain>>;
The original immutable domain allocation captured for one signature-matching pass.
pub struct RoutineTypeSnapshot { /* private fields */ }