DarqMapExtension<TKey, TValue> extension

on
  • Map<TKey, TValue>

Properties

entryRecords Iterable<({TKey key, TValue value})>
Returns an iterable that returns every key-value pair in this map as a named record.
no setter
entryTuples Iterable<Tuple2<TKey, TValue>>
Returns an iterable that returns every key-value pair in this map as a two-dimensional Tuple2.
no setter