pub type RealNative64StrictFiniteInDebug = RealValidated<Native64StrictFiniteInDebug>;
Expand description
A validated real number that checks for finiteness only in debug builds.
This is a type alias for RealValidated<Native64StrictFiniteInDebug>
.
Use this type in performance-sensitive contexts where the overhead of validation in release builds is unacceptable and inputs are known to be valid.
Aliased Typeยง
pub struct RealNative64StrictFiniteInDebug { /* private fields */ }