pub trait IntAbsMinThreeCmp<B: Int, C: Int, D: Int, E: Int, F: Int>: Int {
type Output: IntPair;
}
Expand description
Three-way integer absolute-value minimum comparison. Takes three integers, and returns a pair, the corresponding argument paired with the integer whose absolute value was smallest.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.