pub type BufferIter<'a> = GridIter<'a, BufferCell>;
pub struct BufferIter<'a> { /* private fields */ }