map/map_more_extensions library

Extensions

MapEnsureKey on Map<K, V>
Ensure a key exists.
MapFindKey on Map<K, V>
Find key for a value.
MapFromIterableExtension on Iterable<T>
Map More: from iterable, find key by value, rename key, ensure key, etc. Roadmap #291-300.
MapKeysValuesList on Map<K, V>
Keys/values as lists.
MapRenameKey on Map<K, V>
Rename keys in a copy.
MapUpsert on Map<K, V>
Insert or update by key.