Destructuring field binding
Compare changes
+ 39
− 9
from pystencils.integer_functions import bitwise_xor, bit_shift_right, bit_shift_left, bitwise_and, \
from pystencils.data_types import create_type, PointerType, get_type_of_expression, VectorType, cast_func, \
@@ -224,6 +231,29 @@ class CBackend:
@@ -224,6 +231,29 @@ class CBackend:
# ------------------------------------------ Helper function & classes -------------------------------------------------