Tracking issue 62544 for iter_is_partitioned
This commit is contained in:
parent
4c22e48f6e
commit
7171c83ab2
@ -1595,7 +1595,7 @@ pub trait Iterator {
|
|||||||
/// assert!("Iterator".chars().is_partitioned(char::is_uppercase));
|
/// assert!("Iterator".chars().is_partitioned(char::is_uppercase));
|
||||||
/// assert!(!"IntoIterator".chars().is_partitioned(char::is_uppercase));
|
/// assert!(!"IntoIterator".chars().is_partitioned(char::is_uppercase));
|
||||||
/// ```
|
/// ```
|
||||||
#[unstable(feature = "iter_is_partitioned", reason = "new API", issue = "0")]
|
#[unstable(feature = "iter_is_partitioned", reason = "new API", issue = "62544")]
|
||||||
fn is_partitioned<P>(mut self, mut predicate: P) -> bool
|
fn is_partitioned<P>(mut self, mut predicate: P) -> bool
|
||||||
where
|
where
|
||||||
Self: Sized,
|
Self: Sized,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user