--- title: dict package description: > The `dict` package provides functions for interacting with dictionary types. menu: flux_v0_ref: name: dict parent: stdlib identifier: dict weight: 11 cascade: introduced: 0.97.0 --- The `dict` package provides functions for interacting with dictionary types. Import the `dict` package: ```js import "dict" ``` ## Functions {{< children type="functions" show="pages" >}}