Skip to main content

PQLStreet

Type Alias PQLStreet 

Source
pub type PQLStreet = Street;
Expand description

Board street (flop, turn, river).

Aliased Type§

pub enum PQLStreet {
    Preflop = 0,
    Flop = 1,
    Turn = 2,
    River = 3,
}

Variants§

§

Preflop = 0

Before the flop.

§

Flop = 1

After the flop (three community cards).

§

Turn = 2

After the turn (four community cards).

§

River = 3

After the river (five community cards).