pub fn phases_of_round(round: u64) -> impl Iterator<Item = LobbyPhase>Expand description
Creates an iterator over the phases of this round, where round = 1
is the first round of the game.
pub fn phases_of_round(round: u64) -> impl Iterator<Item = LobbyPhase>Creates an iterator over the phases of this round, where round = 1
is the first round of the game.