Function cubecl::frontend::array_assign_binary_op_expand
source ยท pub fn array_assign_binary_op_expand<Array, Index, Value, F>(
context: &mut CubeContext,
array: Array,
index: Index,
value: Value,
func: F,
)where
Array: Into<ExpandElement>,
Index: Into<ExpandElement>,
Value: Into<ExpandElement>,
F: Fn(BinaryOperator) -> Operator,