Box

Type Alias Box 

Source
pub type Box<'ast, T> = &'ast mut T;
Expand description

AST box. Allocated on the AST arena.