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

2 lines
97 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
impl<'a, T> Iterator for RangeFinder<'a, T> where T: PartialEq + Add<T, Output=T> + Copy + One {