pub type PeekableIter<T> = Peekable<IntoIter<T>>;
pub struct PeekableIter<T> { /* private fields */ }