[][src]Type Definition vrp_core::algorithms::dbscan::Cluster

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

Represents a cluster of items.