1 line
97 B
Rust
1 line
97 B
Rust
impl<'a, T> Iterator for RangeFinder<'a, T> where T: PartialEq + Add<T, Output=T> + Copy + One {
|