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