2 lines
93 B
Rust
2 lines
93 B
Rust
|
|
impl<'a, T> Iterator for RangeFinder<'a, T> where T: PartialEq + Add<i8, Output=T> + Copy {
|