Module onejoker::cards::hand

source ·
Expand description

wiki | Hand of cards

Structs§

  • Iterator over Cards
  • Iterator over Cards
  • wiki | Hand of cards A simple array of card objects with some utility methods. It is expected that most access will go through push/pop``, which are fast, though things line insertandremove` are available.