~starkingdoms/starkingdoms

ref: a428f5fef8762c1c877688125cdc88bc2f5719be starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
a428f5fe — ghostly_zsh probably a nothing commit 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}