pub type Foundation = Vec<Card>;
A stack of cards of one suit, ordered from Ace upwards.
See struct Foundations.
pub struct Foundation { /* private fields */ }