arrayΒΆ

Utilities for fixed-size arrays, denoted array[T, n], for element type T and compile-time constant size n.

See frozenarray[T, n] for an immutable version of the array[T, n] type.

Classes

ArrayIter()

Iterator over arrays.

FrozenarrayIter()

Iterator for frozenarrays.

array(*args)

Sequence of homogeneous values with statically known fixed length.

frozenarray()

An immutable array of fixed static size.