Skip to main content

PQLGame

Type Alias PQLGame 

Source
pub type PQLGame = Game;
Expand description

Poker variant (Hold’em, Omaha, Short-deck).

Aliased Type§

pub enum PQLGame {
    Holdem,
    Omaha,
    ShortDeck,
}

Variants§

§

Holdem

Texas Hold’em.

§

Omaha

Pot-Limit Omaha.

§

ShortDeck

Short Deck (6+) Hold’em.