forked from mirror/async-std
Update src/stream/stream/mod.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
parent
a05b6a3810
commit
d146d95a39
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue