/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crate::;
/// Alias trait for `Functor` providing more intuitive method names.
///
/// - `transform` → `fmap`: Applies a function to the value inside a container.
// Blanket implementation