String Array Functions

Functions that convert arrays to strings

These functions take an Array as input and return a String or Array[String]. Due to type coercion, the Array argument may be of any primitive type (denoted by P).

Restrictions: None