[][src]Type Definition molt::types::MoltList

type MoltList = Vec<Value>;

The standard list type for Molt code.

Lists are an important data structure, both in Molt code proper and in Rust code that implements and works with Molt commands. A list is a list of Values.