``` fun <T> List<T>.toPrettyString() =...
# announcements
h
Copy code
fun <T> List<T>.toPrettyString() = joinToString(",\n  ", "[\n  ", "\n]")