Array

#import Builtin.Array;

Contains the array and static_array data type

Functions


array<T, N>()

create :: array.T.N()

Creates an instance of an array of the specified type T and given length N

static_array<T, N>()

create :: static_array.T.N()

Creates an instance of a static array of the specified type T and given length N

Structs


array

A generic array type

static_array

A generic constant array type