Function expand

Source
pub fn expand<C: CubeType>(
    scope: &mut Scope,
    input: ExpandElementTyped<C>,
    output: ExpandElementTyped<C>,
)
Expand description

Expand the assign operation.

If you want to assign to a manually initialized const variable, look into expand_no_check().