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 multiple first values from the beginning 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.
Struct the data for a multi pop action.
Libfunc for creating a span from a box of struct of members of the same type.
Libfunc for creating a box of struct of members of the same type from a span.