Add samples for joinToString
KT-20357
This commit is contained in:
@@ -79,6 +79,8 @@ object StringJoinOps : TemplateGroupBase() {
|
||||
|
||||
If the collection could be huge, you can specify a non-negative value of [limit], in which case only the first [limit]
|
||||
elements will be appended, followed by the [truncated] string (which defaults to "...").
|
||||
|
||||
@sample samples.collections.Collections.Transformations.joinToString
|
||||
"""
|
||||
}
|
||||
sequenceClassification(terminal)
|
||||
|
||||
Reference in New Issue
Block a user