pub fn flatten_index_tris<I>(
    index_tris: I
) -> FlattenIndices<<I as IntoIterator>::IntoIter> 
where I: IntoIterator<Item = [usize; 3]>,
Expand description

Given an iterator yielding trios of indices, produce an iterator that yields each index one at a time.