Set

Obtained by: Set

A set of elements, from zero to as many elements, possibly from any type and of very different types.

The differences between a set and a list are that a list takes into account the ordering of the elements and can have the same element more than once. A set does not consider the order and only contains each element once.

Guide index