pub fn extend_indices<M, I>(mesh: M, indices: I)
where M: PushIndex, I: IntoIterator<Item = M::Index>,
Expand description

Extend the given mesh with the given indices.