~starkingdoms/starkingdoms

ref: 42f762da6cbfb717018fc435533ed423fe54b331 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
42f762da — core planets and hearty 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}