mirror of
https://github.com/nushell/nushell
synced 2025-01-06 18:29:02 +00:00
7 lines
187 B
Rust
7 lines
187 B
Rust
pub type VarId = usize;
|
|
pub type DeclId = usize;
|
|
pub type BlockId = usize;
|
|
pub type ModuleId = usize;
|
|
pub type OverlayId = usize;
|
|
pub type FileId = usize;
|
|
pub type VirtualPathId = usize;
|