~starkingdoms/starkingdoms

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