Logo

Programming-Idioms

History of Idiom 224 > diff from v14 to v15

Edit summary for version 15 by apoxin:
New JS implementation by user [apoxin]

Version 14

2020-05-18, 18:27:02

Version 15

2020-06-04, 14:07:40

Idiom #224 Add element to the beginning of the list

Insert element x at the beginning of list items.

Idiom #224 Add element to the beginning of the list

Insert element x at the beginning of list items.

Extra Keywords
prepend prefix start
Extra Keywords
prepend prefix start
Code
[x, ...items]