Function std::stream::from_iter[][src]

pub fn from_iter<I>(iter: I) -> FromIter<<I as IntoIterator>::IntoIter> where
    I: IntoIterator
🔬 This is a nightly-only experimental API. (stream_from_iter #81798)
Expand description

Converts an iterator into a stream.