sort

Function sort 

Source
pub fn sort(
    store: &Arc<Store>,
    items: &mut [RefListItem],
    sort_keys: &[SortKey],
) -> BackendResult<()>
Expand description

Sorts items by multiple sort_keys.

The first key is most significant. The input items should have been sorted by SortKey::Name.