KtMap<K, V>.empty constructor

const KtMap<K, V>.empty()

Implementation

const factory KtMap.empty() = EmptyMap<K, V>;