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.