create_tournament function

  1. @Native<TournamentHandle Function(Int)>(ffi.Int)>()
TournamentHandle create_tournament(
  1. int total_rounds
)

Tournament related functions

Implementation

@ffi.Native<TournamentHandle Function(ffi.Int)>()
external TournamentHandle create_tournament(int total_rounds);