pub fn calc_eval_order<T>(nodes: &[T]) -> Vec<Vec<usize>>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
where
    T: Sortable,
Expand description

Returns

This function returns a vector of orders. A vector with multiple elements indicates a circular reference.