~starkingdoms/starkingdoms

ref: 0c7d4d3bcf29e877c99ba21a80128a192a4d26ac starkingdoms/kabel/src/extension.rs -rw-r--r-- 110 bytes
0c7d4d3b — ghostly_zsh one stack, but its somehow 2x slower 1 year, 3 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to local table
}