Type Definition lunarity_ast::NodeList

source ·
pub type NodeList<'ast, T> = List<'ast, Node<'ast, T>>;