Closed SfietKonstantin closed 2 years ago
Made use of std::iter::repeat_with to construct the table of fighters. Also migrated to the GenerateRandomly trait, that generates one fighter at a time (to be used with repeat_with)
Made use of std::iter::repeat_with to construct the table of fighters. Also migrated to the GenerateRandomly trait, that generates one fighter at a time (to be used with repeat_with)