Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Set type

The Set.<t> type represents a hash set collection of elements.

Note: Property access on a Set equals data access. Method call on a Set equals a Set method use.

Instance usage

var set : Set.<string>

set = [];
set.shock = true;
set.qux // false, no ReferenceError