pub struct ClusterList<'a> { /* private fields */ }Expand description
A list of clusters.
A cluster is a value and the count.
m in O(m) means the count of clusters.
pub struct ClusterList<'a> { /* private fields */ }A list of clusters.
A cluster is a value and the count.
m in O(m) means the count of clusters.