- create_mapfoldw(size, acc, condition, default)#
Return the expression tree for the higher-order construct for mapfoldw creation.
- Parameters:
- size
EX
Number of iterations.
- acc
EX
Number of accumulators.
- condition
EX
Initial value of the iteration condition.
- default
EX
Default value of the iteration.
- size
- Returns:
ET