Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`cmp_s_u` is a tiny helper function only used by `cmp` and isn't useful on it's own. Making it a nested function of `cmp` makes that clear and as a bonus it's easier to call and doesn't require a `#[must_use]` attribute.
- Loading branch information