pub type Triangles<T> = Vec<Triangle<T>>;

Aliased Type§

struct Triangles<T> { /* private fields */ }