// SPDX-FileCopyrightText: 2025 Slatian
//
// SPDX-License-Identifier: LGPL-3.0-only
use crateCriteriumChainList;
use crateCriteriumChain;
/// Allows turning iterators of `CriteriumChain`s directly into one `and` or `or` chain combining them with the given operator.
///
/// The fallback value for empty chains is `false`.