~starkingdoms/starkingdoms

ref: 1e6a61f142fe56a016a52d218b4941f375c62a52 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
1e6a61f1 — ghostly_zsh starfield exists 8 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}