~starkingdoms/starkingdoms

ref: c286244e20a5c15a2e001b481016d1cb51c87d4a starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
c286244eghostly_zsh more insanity 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}