emptyMap<K, V> function

  1. @useResult
KtMap<K, V> emptyMap<K, V>()

Returns an empty read-only map of specified type.

Implementation

@useResult
KtMap<K, V> emptyMap<K, V>() => KtMap<K, V>.empty();