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

sdkgenny.Array

Inherits from Type.

A fixed-size array type (T[N]).

Methods

self:of() / self:of(element_type: sdkgenny.Type)

Gets or sets the element type. Returns self when setting.

self:count() / self:count(n: number)

Gets or sets the number of elements. Returns self when setting.