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
#import Builtin.Array;
Contains the array and static_array data type
create :: array.T.N()
Creates an instance of an array of the specified type T and given length N
create :: static_array.T.N()
Creates an instance of a static array of the specified type T and given length N
A generic array type
A generic constant array type