Type Alias Node
pub type Node<'a> = &'a AstNode<'a>;
A reference to a node in an arena. Unless you are manually creating nodes before the arena, this is the type you will see most often.
Nodepub type Node<'a> = &'a AstNode<'a>;
A reference to a node in an arena. Unless you are manually creating nodes before the arena, this is the type you will see most often.