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