mirror of
https://github.com/nushell/nushell
synced 2025-01-20 00:55:54 +00:00
4 lines
75 B
Rust
4 lines
75 B
Rust
|
pub type VarId = usize;
|
||
|
pub type DeclId = usize;
|
||
|
pub type BlockId = usize;
|