Logo

Programming-Idioms

History of Idiom 224 > diff from v23 to v24

Edit summary for version 24 by Shanethegamer:
New Elixir implementation by user [Shanethegamer]

Version 23

2020-09-07, 00:48:04

Version 24

2021-02-09, 02:02:36

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
items2 = [x | items]