// SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
// SPDX-License-Identifier: Apache-2.0 or MIT
//! Merge strategies for types that form a total order.
use cmp;
/// Set left to the maximum of left and right.
/// Set left to the minimum of left and right.