expand

Function expand 

Source
pub fn expand<A>(
    scope: &mut Scope,
    array: ExpandElementTyped<A>,
    index: ExpandElementTyped<usize>,
    value: ExpandElementTyped<<A as CubeIndex>::Output>,
)