~starkingdoms/starkingdoms

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