mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 15:18:23 +02:00
6 lines
130 B
Rust
6 lines
130 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|
|
pub type ModuleId = usize;
|
|
pub type OverlayId = usize;
|