Array functions
Fields:
length
- number of elements of the array
Functions:
isEmpty()
- returns true, if the array is emptyjoinToString(delimiter = "", prefix = "", suffix = "")
- joins array into a string
Fields:
length
- number of elements of the arrayFunctions:
isEmpty()
- returns true, if the array is emptyjoinToString(delimiter = "", prefix = "", suffix = "")
- joins array into a string