DeckInterface - lcrocker/ojpoker GitHub Wiki

DeckInterface

This interface (DeckTrait in Rust) standardizes the behvavior of Deck objects. Currently, Deck is the only class implementing it, but I expect to add other kinds of decks optimized for different uses.

Implementations

Deck

Source code

Dart  ยท  Rust

Questions, comments?