Module starlark::values::dict

source ·
Expand description

The dictionary type, a mutable associative-map, which iterates in insertion order.

Structs§

  • Utility to allocate a dict from iterator.
  • Define the dict type.
  • Mutably borrowed Dict.
  • Like ValueOf, but only validates key and value types; does not construct or store a map. Use to_dict to get at the map.
  • Borrowed Dict.
  • Reference to frozen Dict.