Type Definition sigi::data::Stack[][src]

type Stack = Vec<Item>;

A stack of items.