macro_rules! cfg_sorted_by {
($self: expr, $closure: expr) => { ... };
}
Expand description
Returns a sorted, by-value iterator for the given IndexMap/IndexSet
macro_rules! cfg_sorted_by {
($self: expr, $closure: expr) => { ... };
}
Returns a sorted, by-value iterator for the given IndexMap/IndexSet