pub type BoxSlice<'ast, T> = &'ast mut RawThinSlice<(), T>;
AST box slice. Allocated on the AST arena.