Function graph::utils::put_back_iterator

source ·
pub fn put_back_iterator<I>(iterable: I) -> PutBack<I::IntoIter> where
    I: IntoIterator,