pub type DynSeqIter<'l, T> = Copied<Iter<'l, &'l T>>;
pub struct DynSeqIter<'l, T> { /* private fields */ }