Authors: | Aaron Schaefer |
Class | Superclass | Slots |
bad-suit-symbol | tuple | ch |
no-card | tuple | card deck |
Word | Syntax |
HAND{ |
Word | Stack effect |
(best-omaha-hand) | ( seq -- pair ) |
<deck> | ( -- deck ) |
bad-suit-symbol | ( ch -- * ) |
best-holdem-hand | ( hand -- n cards ) |
best-omaha-hand | ( seq -- n cards ) |
card> | ( string -- card ) |
compare-holdem-hands | ( holes deck n -- seq ) |
compare-omaha-hands | ( holes deck n -- seq ) |
draw-specific-card | ( card deck -- card ) |
hand>card-names | ( hand -- string ) |
holdem-hand% | ( hole1 deck community n -- x ) |
no-card | ( card deck -- * ) |
start-hands | ( seq -- seq' deck ) |
string>hand-name | ( string -- string' ) |
string>value | ( string -- value ) |
symbol>suit | ( ch -- ch' ) |
value>hand-name | ( value -- string ) |
value>string | ( n -- string ) |
Word | Stack effect |
bad-suit-symbol? | ( object -- ? ) |
no-card? | ( object -- ? ) |
Vocabulary | Summary |
poker.arrays |