find_trace_indices

Function find_trace_indices 

Source
pub fn find_trace_indices<ID: PartialEq>(
    labels: &[ID],
    other: &[ID],
    output: &[ID],
) -> Vec<usize>
Expand description

Find indices of trace axes: axes in labels that don’t appear in other or output.

Returns a (possibly empty) vector of positions in labels.