Function expand

Source
pub fn expand<A: CubeIndexMutExpand<Output = ExpandElementTyped<V>>, V: CubePrimitive>(
    scope: &mut Scope,
    expand: A,
    index: ExpandElementTyped<u32>,
    value: ExpandElementTyped<V>,
)