/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crateArrow;
use PhantomData;
/// Strength on the second component: lifts `F: A → B` to `(C, A) → (C, B)`, passing the
/// first component through unchanged.
;