Go to the first, previous, next, last section, table of contents.


implodeArity

Function: implodeArity { blksIn argsIn blksOut argsOut typ -> arity }
file: 10-C-utils.muf
package: muf
status: alpha

This function builds function$s.arity values up out of their logical fields:

The above integer typ values are subject to change in future releases: To avoid having your code break in future releases, it is best to use the corresponding constants:

0  arityNormal
1  arityExit
2  arityBranch
3  arityOther
4  arityCalli
5  arityQ
6  arityStartBlock
7  arityEndBlock
8  arityEatBlock
9  arityCalla


Go to the first, previous, next, last section, table of contents.