Function makeRoundRobinMatches

  • Makes a list of rounds containing the matches of a round-robin group.

    Type Parameters

    • T

    Parameters

    • participants: T[]

      The participants to distribute.

    • mode: RoundRobinMode = 'simple'

      The round-robin mode.

    Returns [T, T][][]

Generated using TypeDoc