[Kotlin]함수 - sum, sumOf
[Kotlin]함수 - emptyArray, emptyList, emptyMap, emptySet
[Kotlin]함수 - toArray, toList, toMap, toSet
[Kotlin]함수 - fold, reduce
[Kotlin] 함수 - slice
[Kotlin] 함수 - first, last
[Kotlin] 함수 - index, indexOf, lastIndexOf
[Kotlin]함수 - sort, sortDescending, sortBy, sortByDescending, sortWith
[Kotlin] 함수 - toString, toInt, digitToInt
[Kotlin] 함수 - repeat, takeLast
[Kotlin] 함수 - groupBy
[Kotlin] 함수 - subList, substring
[Kotlin] 함수 - take, drop
[Kotlin] 함수 - chunked