Type Alias zingen::Buffer

source ·
pub type Buffer = SmallVec<[u8; 24576]>;
Expand description

Code generation buffer.

Aliased Type§

struct Buffer {
    pub(crate) capacity: usize,
    pub(crate) data: SmallVecData<[u8; 24576]>,
}

Fields§

§capacity: usize§data: SmallVecData<[u8; 24576]>