pub(crate) fn pretty_print_points(
elements: &DenseLocationMap,
points: impl IntoIterator<Item = PointIndex>,
) -> StringExpand description
For debugging purposes, returns a pretty-printed string of the given points.
pub(crate) fn pretty_print_points(
elements: &DenseLocationMap,
points: impl IntoIterator<Item = PointIndex>,
) -> StringFor debugging purposes, returns a pretty-printed string of the given points.