Skip to main content

ordered_project_items

Function ordered_project_items 

Source
pub fn ordered_project_items<'a>(
    project_items: &'a [ProjectListItem],
    project_order: &[usize],
) -> Vec<&'a ProjectListItem>
Expand description

Returns the project rows named by project_order, skipping stale indices.