pub type StringTapeViewU64<'a> = StringTapeView<'a, u64>;
pub struct StringTapeViewU64<'a> { /* private fields */ }