KtSet<T>.empty constructor

const KtSet<T>.empty()

Returns an empty read-only set.

Implementation

const factory KtSet.empty() = EmptySet<T>;