forked from extern/nushell
4 lines
75 B
Rust
4 lines
75 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|