RosettaCodeData/Task/Range-extraction/Rust/range-extraction-4.rust

2 lines
97 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
impl<'a, T> Iterator for RangeFinder<'a, T> where T: PartialEq + Add<T, Output=T> + Copy + One {