MapRecords<K, V> extension

Helpful extensions on maps.

on
  • Map<K, V>

Properties

records → Iterable<(K, V)>

Available on Map<K, V>, provided by the MapRecords extension

A list of key-value records in this map. Allows easier iteration than entries.
no setter