~starkingdoms/starkingdoms

ref: 364d4a85a2f9f86d7c719da1b2ee51ca7244e1df starkingdoms/kabel/src/extension.rs -rw-r--r-- 110 bytes
364d4a85 — ghostly_zsh repo synchronization between computers 1 year, 3 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to local table
}