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