Function rs::keyboard::sorted

source · []
fn sorted<'a, I: Iterator<Item = String>>(
    iter: I
) -> impl Iterator<Item = String>
Expand description

Sorts an iterator by converting it to a Vector and back