Modules

Structs

u32 constants for all 52 cards in a standard poker deck.

An iterator over the variants of Self

An iterator over the variants of Self

Enums

Traits

Trait that shifts the suit of a card to the next one down. Spades to hearts; hearts to diamonds, diamonds to clubs, and clubs back to spades.

Type Definitions

A PokerCard is a u32 representation of a variant of Cactus Kev’s binary representation of a poker card as designed for rapid hand evaluation as documented here.