arrayify

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

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

Sources

jvm source
Link copied to clipboard