pub type PQLStreet = Street;
Board street (flop, turn, river).
pub enum PQLStreet { Preflop = 0, Flop = 1, Turn = 2, River = 3, }
Before the flop.
After the flop (three community cards).
After the turn (four community cards).
After the river (five community cards).