We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1025db8 commit 1960503Copy full SHA for 1960503
library/core/src/iter/traits/iterator.rs
@@ -1849,6 +1849,8 @@ pub trait Iterator {
1849
///
1850
/// The relative order of partitioned items is not maintained.
1851
1852
+ /// Time Complexity: *O*(*N*)
1853
+ ///
1854
/// See also [`is_partitioned()`] and [`partition()`].
1855
1856
/// [`is_partitioned()`]: Iterator::is_partitioned
0 commit comments