The maximum amount of items, before iteration is stopped and the truncated
suffix is added.
The string at the front of the result. Will always be added.
The separator between items and before a possible truncate
suffix.
The string at the end of the result. Will always be added.
A transform function to transform the items of the iterable to a string.
an item from the iterable
the current iteration index
The indicator string that the result was truncated, e.g. '...'
.
The separator will be inserted before the truncated substring.
Generated using TypeDoc
An object with options for the
joinToString
function.See
joinToString