~starkingdoms/starkingdoms

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