size

abstract suspend fun size(): Int

Returns the number of key-value mappings in this map. This is a suspendable, non-blocking operation.

Return

The number of entries in this map.