Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Given the incrementing nature of Generation, adding two generations together and comparing the results of doing the same with a potentially updated pair of generations will always be not-equal if either or both change with the only edge case being if the total changes exactly equals usize::MAX. Thus this can be used to combine knowledge of multiple generations into a single generation safely.
- Loading branch information