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 c4099ca commit 1af9ee1Copy full SHA for 1af9ee1
src/libcore/iter/sources.rs
@@ -112,6 +112,7 @@ pub fn repeat<T: Clone>(elt: T) -> Repeat<T> {
112
/// See its documentation for more.
113
///
114
/// [`repeat_with`]: fn.repeat_with.html
115
+#[derive(Copy, Clone, Debug)]
116
#[unstable(feature = "iterator_repeat_with", issue = "0")]
117
pub struct RepeatWith<F> {
118
repeater: F
0 commit comments