# Map

`import { Map } from "destack:collections";`

A compact hash map.

```ds title="Map"
export class Map<K, V>
```

[language/library/src/collections/map.ds:38:50](https://github.com/destack-sh/destack/blob/main/language/library/src/collections/map.ds#L38-L50)
