Skip to main content

TypedList

Type Alias TypedList 

Source
pub type TypedList<T> = Vec<TypedGroup<T>>;
Expand description

A sequence of typed groups; the standard PDDL typed-list construct (e.g. ?x ?y - type1 ?z - type2).

Aliased Typeยง

pub struct TypedList<T> { /* private fields */ }