Returns only the unique entries in the iterable.
List<MapEntry<K, V>> uniqueEntries() => _uniqueEntries(this);