Type Alias nyx_space::linalg::dimension::DimNameSum

source ยท
pub type DimNameSum<D1, D2> = <D1 as DimNameAdd<D2>>::Output;