MyUtilityExtensionIterableJoinToString<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
joinToString(
{String separator = ", ", String transform(E element)?, String prefix = "", String postfix = "", int? limit, String truncated = "..."}) → String -
Available on Iterable<
Creates a string from all the elements separated usingE> , provided by the MyUtilityExtensionIterableJoinToString extensionseparatorand using the givenprefixandpostfixif supplied.