~starkingdoms/starkingdoms

ref: 7f8769e02caa541c5e648b29b58ad72199d83142 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
7f8769e0 — core feat: switch solver 19 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}