~starkingdoms/starkingdoms

ref: 87c16b94dcf0d1dca110feca9512d35bd39aa2c5 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
87c16b94 — core fix: input 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}