2 lines
97 B
Text
2 lines
97 B
Text
|
|
impl<'a, T> Iterator for RangeFinder<'a, T> where T: PartialEq + Add<T, Output=T> + Copy + One {
|