~starkingdoms/starkingdoms

ref: 539281e3a0a73c5058b017808ecf6944ffd4cb30 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
539281e3 — core feat: native 18 hours ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}