Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fancy swift filter and sorted(using:) (beeminder#498)
Using `.filter` for increased legibility. And using `.sorted(using:)` to as a cleaner way to achieve the same result as the manual closure-based sorting, since the manual closure-based sort was only checking one keypath item anyway.
- Loading branch information