Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 938 Bytes

File metadata and controls

29 lines (23 loc) · 938 Bytes
layout title_md tab unique_id author doc_root
reference13
`*` (spread) operator
documentation
docspage
Stephane Gallès
../../..

#{page.title_md}

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