KtList<T>.empty constructor
const
KtList<T>.empty ()
Returns an empty read-only list.
Implementation
const factory KtList.empty() = EmptyList<T>;
Returns an empty read-only list.
const factory KtList.empty() = EmptyList<T>;