Set type
The Set.<t> type represents a hash set collection of elements.
Note: Property access on a
Setequals data access. Method call on aSetequals aSetmethod use.
Instance usage
var set : Set.<string>
set = [];
set.shock = true;
set.qux // false, no ReferenceError