Array Type

Overview

Array type is used to represents a one-dimensional sequence of elements of the same type. More…

#include <jnc_ArrayType.h>

// structs

struct jnc_ArrayType;

Detailed Documentation

Array type is used to represents a one-dimensional sequence of elements of the same type.

Just like in C, Jancy arrays are not dynamic. Compiler has to know the number of elements in array during compile-time.