Module Player.Id

type t
include Stdlib.Set.OrderedType with type t := t
val compare : t -> t -> int
include Stdlib.Hashtbl.HashedType with type t := t
val equal : t -> t -> bool
val hash : t -> int
val initial : t
val of_int : int -> t
val next : t -> t
val prev : t -> t
val show : t -> string