BoxSlice

Type Alias BoxSlice 

Source
pub type BoxSlice<'ast, T> = &'ast mut RawThinSlice<(), T>;
Expand description

AST box slice. Allocated on the AST arena.