Libfunc for pushing a value into the end of an array.
Libfunc for fetching a value from a specific array index.
Libfunc for getting the length of the array.
Libfunc for creating a new array.
Libfunc for popping the first value from the beginning of an array.
Libfunc for popping the first value from the beginning of an array.
Libfunc for getting a slice of an array snapshot.
Libfunc for popping the last value from the end of an array snapshot.
Libfunc for popping the first value from the beginning of an array snapshot.
Type representing an array.