Function cubecl_core::frontend::index::expand

source ยท
pub fn expand<A: CubeType + Index<UInt>>(
    context: &mut CubeContext,
    array: ExpandElementTyped<A>,
    index: ExpandElementTyped<UInt>,
) -> ExpandElementTyped<A::Output>
where A::Output: CubeType + Sized,