mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 00:24:29 +02:00
4 lines
75 B
Rust
4 lines
75 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|