Commit 2024-09-18 22:25 6b33760c
View on Github →chore(SetTheory/Game/Nim): redefine grundyValue as an infimum (#16874)
We redefine grundyValue as an infimum instead of using Ordinal.mex, and we give it a better API.
This is a preliminary step before deprecating Ordinal.mex altogether - there's no point in using it since we can just use Inf sᶜ instead.