~starkingdoms/starkingdoms

ref: 1e504d7d6bd49ecb594ef9767800bac622c7161a starkingdoms/kabel/src/extension.rs -rw-r--r-- 110 bytes
1e504d7d — ghostly_zsh break and continue work? 1 year, 4 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to local table
}