Module starlark::values::list

source ·
Expand description

The list type, a mutable sequence of values.

Structs§

  • Utility to allocate a list from iterator.
  • Like ValueOf, but only validates item types; does not construct or store a vec. Use to_vec to get a Vec.
  • Reference to list content (mutable or frozen).
  • Unpack a value of type list<T> into a vec.