[][src]Type Definition freecell::Foundation

type Foundation = Vec<Card>;

A stack of cards of one suit, ordered from Ace upwards.

See struct Foundations.