SamePlayer

Undocumented in source.
template SamePlayer (
uint protocol
uint[] supported
uint[uint] same
) if (
supported.canFind(protocol)
) {}

Members

Aliases

SamePlayer
alias SamePlayer = T!(same[protocol])
Undocumented in source.
SamePlayer
alias SamePlayer = T!protocol
Undocumented in source.

Meta