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 */ }pub type TypedList<T> = Vec<TypedGroup<T>>;A sequence of typed groups; the standard PDDL typed-list construct (e.g. ?x ?y - type1 ?z - type2).
pub struct TypedList<T> { /* private fields */ }