nu-protocol 0.79.0

Nushell's internal protocols, including its abstract syntax tree
Documentation
1
2
3
4
5
pub type VarId = usize;
pub type DeclId = usize;
pub type BlockId = usize;
pub type ModuleId = usize;
pub type OverlayId = usize;