pub type Buffer8 = Buffer<{ i8::TEXT_SIZE }>;
Alias to buffer that can be used to write 8 bit integers
8
pub struct Buffer8 { /* private fields */ }