pub type Deck = Pile<DeckType>;
The deck contains all cards at the start of the game and is drawn from during dealing and for the starter cut.
pub struct Deck { /* private fields */ }