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