Function expand

Source
pub fn expand<A: CubeType + CubeIndex<ExpandElementTyped<u32>>>(
    scope: &mut Scope,
    array: ExpandElementTyped<A>,
    index: ExpandElementTyped<u32>,
) -> ExpandElementTyped<A::Output>
where A::Output: CubeType + Sized,