Note: information on this page refers to Ceylon 1.2, not to the current release.
*
(spread) operator
The spread operator, produces multiple values by iterating the iterable object to which the spread operator is applied.
Note
the spread "operator" is not truly an operator, as a spread argument is not an expression. An expression, when evaluated, produces a single value. The spread operator produces multiple values.
See also
- Spread arguments in the expressions reference,
- The type of a list of arguments in the language specification,
- Spread arguments in the language specification,
- The spread operator in the Tour of Ceylon.