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

The undecided maximum minimum.