Optional
complexity?: numberA number used to order arguments.
Argument with higher complexity are placed after arguments with lower complexity when ordered canonically in commutative functions.
Default: 100,000
Optional
hold?: Hold"none"
Each of the arguments is evaluated (default)"all"
None of the arguments are evaluated and they are passed as is"first"
The first argument is not evaluated, the others are"rest"
The first argument is evaluated, the others aren't"last"
: The last argument is not evaluated, the others are"most"
: All the arguments are evaluated, except the last oneDefault: "none"
Definition record for a function.