LargerOf

Type Alias LargerOf 

Source
pub type LargerOf<T, U> = <T as LargerOfOp<U>>::Output;
Expand description

Type alias that better conveys LargerOfOp’s nature as a type-level function.