pub(crate) fn filter_current<'a, I>(
    values: I
) -> impl Iterator<Item = &'a CrdsValue>where
    I: IntoIterator<Item = &'a CrdsValue>,
Expand description

Filters out an iterator of crds values, returning the unique ones with the most recent wallclock.