Note: information on this page refers to Ceylon 1.0, 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