# Set

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

A compact hash set.

```ds title="Set"
export class Set<T>
```

[language/library/src/collections/set.ds:11:14](https://github.com/destack-sh/destack/blob/main/language/library/src/collections/set.ds#L11-L14)
