Orderless
is an attribute indicating that the leaves in an expression
f(a, b, c)
can be placed in any order.
See
Examples
The leaves of an Orderless
function are automatically sorted:
A symbol with the Orderless
attribute represents a commutative mathematical operation.
Orderless
affects pattern matching:
Related terms
Constant, Flat, HoldAll, HoldFirst, HoldRest, Listable, NHoldAll, NHoldFirst, NHoldRest