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