mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
4 lines
75 B
Rust
4 lines
75 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|