pub type CharsTapeViewI32<'a> = CharsTapeView<'a, i32>;
pub struct CharsTapeViewI32<'a> { /* private fields */ }