MapRecords<K, V> extension

Helpful extensions on maps.

on
  • Map<K, V>

Properties

records → Iterable<(K, V)>
A list of key-value records in this map. Allows easier iteration than entries.
no setter