// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 lacklustr@protonmail.com https://github.com/eadf
use crateCheckFinitePolicy;
use crate*;
/// Tells the algorithm to perform value test of each vertex scalar.
///
/// Used with the [`CheckFinitePolicy`] type parameter in [`dedup`], and [`dedup_exact`].
;
/// Tells the algorithm to skip value test of each vertex scalar.
///
/// Used with the [`CheckFinitePolicy`] type parameter in [`dedup`], and [`dedup_exact`].
;