toTournament

Read a tournament from a string array.

Each line corresponds to a player and is indicating the tables at which the player plays in the rounds.

  1. Tournament toTournament(string x)
  2. Tournament toTournament(string[] x)
    pure
    toTournament
    (
    string[] x
    )

Meta