Function expand_no_check

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

Expand the assign operation without any check.

You can’t assign to a const variable with this expand().