pub type Buffer = SmallVec<[u8; 24576]>;
Code generation buffer.
pub struct Buffer { /* private fields */ }