Expand description
Validation traits and marker traits for finite value guarantees. Validation traits and marker traits for scalar types.
This module provides traits for floating-point classification checks and marker traits that guarantee certain properties of validated types.
Traitsยง
- FpChecks
- Provides a set of fundamental floating-point classification checks.
- Guarantees
Finite Complex Values - Marker trait indicating that a validation policy guarantees finite complex values.
- Guarantees
Finite Real Values - A marker trait for validation policies that guarantee finite real values.
- Validation
Policy Complex - A marker for policies that apply to complex types.
- Validation
Policy Real - A marker for policies that apply to real types.