pub type MaxMax<A, B, C, D> = Max<Max<A, B>, Max<C, D>>;
Expand description

The decided maximum (4th of 4).