Foundation

Type Alias Foundation 

Source
pub type Foundation = Vec<Card>;
Expand description

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

See struct Foundations.

Aliased Typeยง

pub struct Foundation { /* private fields */ }