Update src/stream/stream/mod.rs

Co-Authored-By: Taiki Endo <te316e89@gmail.com>
pull/543/head
nasa 5 years ago committed by GitHub
parent a05b6a3810
commit d146d95a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1722,7 +1722,7 @@ extension_trait! {
#[doc = r#"
Converts an stream of pairs into a pair of containers.
unzip() consumes an entire stream of pairs, producing two collections: one from the left elements of the pairs, and one from the right elements.
`unzip()` consumes an entire stream of pairs, producing two collections: one from the left elements of the pairs, and one from the right elements.
This function is, in some sense, the opposite of [`zip`].

Loading…
Cancel
Save