ZL_TypedBuffer

Type Alias ZL_TypedBuffer 

Source
pub type ZL_TypedBuffer = ZL_Output;
Expand description

@brief Typed buffer object that can own and auto-size their buffers.

TypedBuffer uses standard C malloc/free to allocate buffers. Future versions could allow insertion of a custom allocator.

Aliased Typeยง

pub struct ZL_TypedBuffer { /* private fields */ }