pub fn flatten_index_tris<I>(
index_tris: I
) -> FlattenIndices<<I as IntoIterator>::IntoIter> ⓘ
Expand description
Given an iterator yielding trios of indices, produce an iterator that yields each index one at a time.
pub fn flatten_index_tris<I>(
index_tris: I
) -> FlattenIndices<<I as IntoIterator>::IntoIter> ⓘ
Given an iterator yielding trios of indices, produce an iterator that yields each index one at a time.