pub type Cluster<'a, T> = Vec<&'a T>;
Expand description

Represents a cluster of points.

Aliased Type§

struct Cluster<'a, T> { /* private fields */ }