emptyList

fun <T> emptyList(): List<T>(source)

Returns an empty read-only list. The returned list is serializable (JVM).

Since Kotlin

1.0

Samples