emptyList<T> function

KtList<T> emptyList<T>()

Returns an empty read-only list.

Implementation

KtList<T> emptyList<T>() => KtList<T>.empty();