Module onejoker::cards::deck

source ·
Expand description

wiki | “Live” deck of cards for play.

Structs§

  • wiki | “Live” deck of cards for play. An array of Card objects with methods appropriate for a deck of cards. Note that cards are pop()’d from end of the array for speed, making that notionally the “top” of the deck. We show the Deck reversed when printing for this reason to bake debugging easier. Cards in the deck are not accessed randomly by index, though they can be removed by value.