Type Definition prop::path_semantics::MaxMin[][src]

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

The undecided maximum minimum.