mirror of
https://github.com/nushell/nushell
synced 2025-01-16 15:14:26 +00:00
3 lines
75 B
Rust
3 lines
75 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|