CompArray

Compose an Array

CompArrayPopNumber

pop/remove the last number from an array

CompArrayPushArray

push/append an array to an array

CompArrayPushArrayItems

push/append an array to an array

CompArrayPushNumber

push/append a number to an array

CompArrayPushNumbers

push/append multiple numbers to an array

CompArrayPushObject

push/append an object to an array

CompArrayPushString

push/append a string to an array

CompArrayShiftNumber

shift/remove the first number from an array

CompArraySnapshot

get a copy of the current state of an array