Logo

Programming-Idioms

History of Idiom 189 > diff from v5 to v6

Edit summary for version 6 by programming-idioms.org:
Elements name e

Version 5

2019-09-27, 13:26:20

Version 6

2019-09-27, 13:26:35

Idiom #189 Filter and transform list

Produce a new list y containing the result of function T applied to all elements of list x that match the predicate P.

Idiom #189 Filter and transform list

Produce a new list y containing the result of function T applied to all elements e of list x that match the predicate P.

Extra Keywords
map apply
Extra Keywords
map apply