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