package dict
import "github.com/influxdata/flux/stdlib/dict"
Index ¶
- func FromList(args *function.Arguments) (values.Value, error)
- func Get(args *function.Arguments) (values.Value, error)
- func Insert(args *function.Arguments) (values.Value, error)
- func Remove(args *function.Arguments) (values.Value, error)
Functions ¶
func FromList ¶
FromList will convert a list of values into a Dictionary.
func Get ¶
Get will retrieve a value from a Dictionary.
func Insert ¶
Insert will insert a value into a Dictionary and return the new Dictionary. It will not modify the original Dictionary.
func Remove ¶
Remove will remove a value from a Dictionary and return the new Dictionary. It will not modify the original Dictionary.
Source Files ¶
- Version
- v0.197.0 (latest)
- Published
- Jun 25, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.