arrayify

fun arrayify(strings: Collection<String>): String(source)

Turns a collection of strings into a single string based on the fields of this ArraySettings object.

Return

an array-like string representation of strings

Parameters

strings

the strings to arrayify