Construct the array operation expression.
Construct the identifier for the array operation function, and build the argument list to pass to it.
Construct the inner loop for the array operation function, and build the parameter list.
Structure to contain information needed to insert an array op call
Test if operand is a valid array op operand.
Check that there are no uses of arrays without [].
Test if expression is a binary array op.
Test if expression is a binary assignment array op.
Test if expression is a unary array op.
See Source File
$(DMDSRC _arrayop.d)
Copyright (c) 1999-2016 by Digital Mars, All Rights Reserved
Compiler implementation of the D programming language.