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

Array type

The Array.<T> type, abbreviated [T], represents a growable list of elements.

Numeric optimization

[t] is optimized for when t is a Number or Boolean type; for instance, [uint] uses a growable buffer optimized specifically for 32-bit integers.