Skip to main content

PQLFlopHandCategory

Type Alias PQLFlopHandCategory 

Source
pub type PQLFlopHandCategory = FlopHandCategory;
Expand description

Flop-specific hand category (e.g. top pair, bottom two, overpair).

Aliased Type§

pub enum PQLFlopHandCategory {
Show 18 variants Nothing, UnderPair, ThirdPair, Pocket23, SecondPair, Pocket12, TopPair, Overpair, BottomTwo, TopAndBottom, TopTwo, Trips, Set, Straight, Flush, FullHouse, Quads, StraightFlush,
}

Variants§

§

Nothing

No made hand on the flop.

§

UnderPair

Pocket pair below every board card.

§

ThirdPair

Pair using the lowest board card.

§

Pocket23

Pocket pair between the second and third board card.

§

SecondPair

Pair using the middle board card.

§

Pocket12

Pocket pair between the top and second board card.

§

TopPair

Pair using the highest board card.

§

Overpair

Pocket pair above every board card.

§

BottomTwo

Two pair using the two lowest board cards.

§

TopAndBottom

Two pair using the highest and lowest board cards.

§

TopTwo

Two pair using the two highest board cards.

§

Trips

Three of a kind using two board cards.

§

Set

Three of a kind using a pocket pair.

§

Straight

Straight on the flop.

§

Flush

Flush on the flop.

§

FullHouse

Full house on the flop.

§

Quads

Four of a kind on the flop.

§

StraightFlush

Straight flush on the flop.