Module onejoker::cards::card

source ·
Expand description

wiki | A simple card object wrapping a u8.

Structs§

  • wiki | Card class A simple one-element tuple object wrapping an Ordinal value, which is just an alias for u8.

Constants§

Functions§

  • If the given string begins with a card representation (e.g. “Qd”), return it and the string position immediately after so we can step through a string to get a whole hand.

Type Aliases§

  • wiki | Integer representation for cards Cards are represented as integers in the range 1..63