Function fractal_analysis::iterate_sorted_pairs [−][src]
pub fn iterate_sorted_pairs<Key: Ord + Copy>(
input: impl Iterator<Item = Key>
) -> impl Iterator<Item = (Key, Key)>
pub fn iterate_sorted_pairs<Key: Ord + Copy>(
input: impl Iterator<Item = Key>
) -> impl Iterator<Item = (Key, Key)>