Function spades::deal_four_players[][src]

pub fn deal_four_players(cards: &mut Vec<Card>) -> Vec<Vec<Card>>

Used to reshuffle a deck of cards, panics if the cards does not have 52 elements (should only be used on a "full" deck).