View Source ExTournaments.Pairings.DoubleElimination.BuildLowerBracket (ExTournaments v0.5.1)
Module for populating matches in the lower bracket
Link to this section Summary
Functions
Takes existing list of %ExTournaments.Match{}
structs, current round index and exponent.
It append matches for the lower bracket.
Link to this section Functions
@spec call([ExTournaments.Match.t()], non_neg_integer(), number()) :: [ ExTournaments.Match.t() ]
Takes existing list of %ExTournaments.Match{}
structs, current round index and exponent.
It append matches for the lower bracket.
Returns list of %ExTournaments.Match{}
structs with newly created matches for the lower bracket.