Function deckofcards::cards_of_suit

source ·
pub fn cards_of_suit(cards: &[Card], suit: Suit) -> Vec<Card>
Expand description

Returns cards of the specified suit