length
The length function allows you to access the length of arrays or strings.
push
The push function allows you to append elements of the same type to an array.
gc
The gc function runs the garbage collector manually.
iter
The iter function turns arrays and strings into iterators.
Check out the playground!