_toSet
Turns the received List into a Set, with no duplicates
--
Function
The same Type -> _toSet -> The same Type
Receives -- The same Type
Any List
Produces
The same values, as a Set
Note that the order of elements is not necessarily preserved.