Logo

Programming-Idioms

History of Idiom 118 > diff from v45 to v46

Edit summary for version 46 by programming-idioms.org:
Updated picture URL by user [programming-idioms.org]

Version 45

2020-05-10, 21:33:41

Version 46

2020-07-05, 20:31:37

Idiom #118 List to set

Create set y from list x.
x may contain duplicates. y is unordered and has no repeated values.

Illustration

Idiom #118 List to set

Create set y from list x.
x may contain duplicates. y is unordered and has no repeated values.

Variables
y,x
Variables
y,x