A simple Set data structure. Comparison of values is done using === operator (e.g. "a" === "a", but [1, 2] !== [1, 2]).
Optional
Internal
KVComponent
A simple Set data structure. Comparison of values is done using === operator (e.g. "a" === "a", but [1, 2] !== [1, 2]).