summaryrefslogtreecommitdiffstats
path: root/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* util: Add a wrapper to implement Ord on top of PartialOrdTavian Barnes2020-06-241-0/+54
This allows nearest neighbors implementations to sort things by distance or coordinate.