Type Definition Point
appr_dbscan::utils
type Point<const D: usize> = [f64; D];
Type that represents a point with dimensionality D