Sets are a language feature.
An abstract data type that can store unique values, without any particular order.
Languages without Sets include Bash
Languages with Sets include JavaScript, EDN
set = new Set() set.add("foo")
Article source