Returns a RIterable of all the keys stored in the map.
@override ISet<K> get keys => _HashMapIterator(_table, (n) => n.key as K).toISet();