A simple Set data structure, where comparison of values is done using deep equality (e.g. "a" === "a" and also [1, 2] === [1, 2]).
Optional
Internal
KVComponent
A simple Set data structure, where comparison of values is done using deep equality (e.g. "a" === "a" and also [1, 2] === [1, 2]).