Commit 2026-09-11 10:13 3212d40d

View on Github →

refactor: replace IsWellFounded with WellFounded (#42351) This PR is an attempt to deprecate IsWellFounded. The reason it that it is entirely equivalent to WellFounded, with the only difference being that IsWellFounded is a class. This PR instead marks WellFounded as a class. This PR has been re-opened from #35602, with permission.

Estimated changes