View Source ExTournaments.Pairings.SingleElimination (ExTournaments v0.1.0)
Module for creation of a single elimination ladder
Link to this section Summary
Link to this section Functions
Link to this function
call(players, starting_round \\ 1, consolation \\ false, ordered \\ false)
View Source@spec call([integer()], integer(), boolean(), boolean()) :: [ExTournaments.Match.t()]