Logo

Programming-Idioms

History of Idiom 222 > diff from v5 to v6

Edit summary for version 6 by programming-idioms.org:
Emphasize variable items

Version 5

2020-04-06, 22:58:52

Version 6

2020-04-07, 08:37:31

Idiom #222 Find first index of an element in list

Set i to the first index in list items at which the element x can be found, or -1 if items does not contain x.

Idiom #222 Find first index of an element in list

Set i to the first index in list items at which the element x can be found, or -1 if items does not contain x.

Extra Keywords
position
Extra Keywords
position