Function expand

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