# SmallArray

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

A growable contiguous array with inline storage.

```ds title="SmallArray"
export struct SmallArray<T, const N: usize>
```

[language/library/src/collections/small-array.ds:14:26](https://github.com/destack-sh/destack/blob/main/language/library/src/collections/small-array.ds#L14-L26)
