pub type SliceIter<'a> = Iter<'a, RefCell<GosValue>>;
pub struct SliceIter<'a> { /* private fields */ }