charleskawczynski / PlayingCards.jl

A package for representing playing cards for card games.
MIT License
14 stars 4 forks source link

Define MaskedDeck #31

Open charleskawczynski opened 11 months ago

charleskawczynski commented 11 months ago

We might as well define this here. It would be useful if users could use a deck that has a non-allocating pop! function-- where we internally track which cards have been popped (to avoid allocations).