Rock-paper-scissors: Difference between revisions

Updated first D entry
(Updated first D entry)
Line 1,108:
}
 
Nullable!Choice checkWinner(in Choice a, in Choice b) pure nothrow {
pure /*nothrow*/ {
alias TResult = typeof(return);