pub type ComplexNative64StrictFiniteInDebug = ComplexValidated<Native64StrictFiniteInDebug>;
Expand description
A validated complex number that checks for finiteness only in debug builds.
This is a type alias for ComplexValidated<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 ComplexNative64StrictFiniteInDebug { /* private fields */ }