pub trait Push<R, P>: IndexBuffer<R> where
R: Grouping,
P: Topological<Vertex = Self::Index>,
P::Vertex: Copy + Integer + Unsigned, {
fn push(&mut self, index: P);
}
pub trait Push<R, P>: IndexBuffer<R> where
R: Grouping,
P: Topological<Vertex = Self::Index>,
P::Vertex: Copy + Integer + Unsigned, {
fn push(&mut self, index: P);
}