~starkingdoms/starkingdoms

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