/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crateArrow;
/// Fanout `&&&`: feeds one input to two arrows — `A → (B, C)` from `f: A → B` and
/// `g: A → C`. Requires the input to be `Clone` (it is duplicated to both arrows).
;