mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 05:44:09 +01:00
4 lines
75 B
Rust
4 lines
75 B
Rust
|
pub type VarId = usize;
|
||
|
pub type DeclId = usize;
|
||
|
pub type BlockId = usize;
|