[][src]Function tract_hir::internal::tract_itertools::put_back

pub fn put_back<I>(iterable: I) -> PutBack<<I as IntoIterator>::IntoIter>

Notable traits for PutBack<I>

impl<I> Iterator for PutBack<I> where
    I: Iterator
type Item = <I as Iterator>::Item;
where
    I: IntoIterator

Create an iterator where you can put back a single item