Function put_back
pub fn put_back<I>(iterable: I) -> PutBack<<I as IntoIterator>::IntoIter> ⓘwhere
I: IntoIterator,
Available on crate feature
dep_itertools
only.Expand description
Create an iterator where you can put back a single item