Function core::stream::from_iter[][src]

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

Converts an iterator into a stream.