Closed
Description
It's quite a common case to use maps to ensure values are unique. I wondered if the hashmap implementation could expose it's keys and values directly via a `keys` and `vals` builtin, instead of creating a slices, iterating over the map and filling the slice. It would also help to avoid creating unnecessary gargabe when only a reference is obtained.