/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crate::;
/// Alias trait for `Foldable` providing more intuitive method names.
///
/// - `reduce` → `fold`: Reduces elements to a single value.
// Blanket implementation