We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27af864 commit e9380f7Copy full SHA for e9380f7
1 file changed
src/linspace.rs
@@ -14,6 +14,7 @@ use num_traits::Float;
14
/// An iterator of a sequence of evenly spaced floats.
15
///
16
/// Iterator element type is `F`.
17
+#[derive(Clone)]
18
pub struct Linspace<F>
19
{
20
start: F,
0 commit comments