frontend
    Preparing search index...

    Interface GinRummyMeld

    A meld (set or run) in Gin Rummy.

    interface GinRummyMeld {
        cards: Card[];
    }
    Index

    Properties

    Properties

    cards: Card[]