intellij-randomness / com.fwdekker.randomness.string / kotlin.collections.Iterable / sum

sum

fun Iterable<Alphabet>.sum(): String

Concatenates the symbols of all the alphabets, removing duplicate characters.

Return
the concatenation of all symbols of all the alphabets, excluding duplicate characters