pub type ApplyDimsFn<T> = fn(T) -> T;
Function pointer type to pass to apply_dims() in PointND’s
apply_dims()
PointND