beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

CompArray

Compose an Array

CompArrayPopNumber

pop/remove the last number from an array

CompArrayPushArray

push/append an array to an array

CompArrayPushNumber

push/append a number to an array

CompArrayPushNumbers

push/append multiple numbers 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

CompObject

Compose an Object

CompObjectSetArray

set array as object property

CompObjectSetNumber

set number as object property

CompObjectSetObject

set object as object property

CompObjectSetString

set string as object property

CompString

Compose a string

CompStringAppend

Append a string to a string

CompStringShorten

Remove characters from the beginning or end of a string