We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@into! macro could use the prefix ! to know if it has permission to overwrite elements on the right hand side of the equation:
@into!
!
@into! D = A + B*(a*!C)
this would allow some optimizations beyond the first layer of the AST.
Activity