View Source ExTournaments.Pairings.DoubleElimination (ExTournaments v0.1.0)

Module for creation of a double elimination ladder

Link to this section Summary

Link to this section Functions

Link to this function

call(players, starting_round, ordered \\ false)

View Source
@spec call([integer()], non_neg_integer(), boolean()) :: [ExTournaments.Match.t()]