We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 007ae45 + 1b36b4f commit 6ee999cCopy full SHA for 6ee999c
src/unziptuple.rs
@@ -1,6 +1,6 @@
1
/// Converts an iterator of tuples into a tuple of containers.
2
///
3
-/// `unzip()` consumes an entire iterator of n-ary tuples, producing `n` collections, one for each
+/// `multiunzip()` consumes an entire iterator of n-ary tuples, producing `n` collections, one for each
4
/// column.
5
6
/// This function is, in some sense, the opposite of [`multizip`].
0 commit comments