keys property

  1. @useResult
KtSet<K> keys

Returns a read-only KtSet of all keys in this map.

Implementation

@useResult
KtSet<K> get keys;