KtList<T>.empty constructor

const KtList<T>.empty()

Returns an empty read-only list.

Implementation

const factory KtList.empty() = EmptyList<T>;