Logo

Programming-Idioms

History of Idiom 118 > diff from v2 to v3

Edit summary for version 3 by :
Linked to idiom #34 [Create a Set of objects]

Version 2

2016-01-15, 10:13:08

Version 3

2016-01-15, 10:13:28

Idiom #118 List to set

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

Idiom #118 List to set

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