mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
8 lines
187 B
Rust
8 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;
|