1.2 KiB
1.2 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dynamic package | The `dynamic` package provides tools for working with values of unknown types. |
|
21 |
|
The dynamic package provides tools for working with values of unknown types.
Import the experimental/dynamic package:
import "experimental/dynamic"
Functions
{{< children type="functions" show="pages" >}}