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 8126bb1 commit e1ba87eCopy full SHA for e1ba87e
src/stream/cycle.rs
@@ -28,6 +28,8 @@ impl<T: Copy> Stream for Cycle<T> {
28
}
29
30
31
+/// Creats a stream that yields the provided values infinitely and in order.
32
+///
33
/// # Examples
34
///
35
/// Basic usage:
0 commit comments