pub type SuitConst = Suit;
pub enum SuitConst { S = 0, H = 1, D = 2, C = 3, }
Spades.
Hearts.
Diamonds.
Clubs.