Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Derive Ord and PartialOrd for ClassName type
This PR adds two simple derives (Ord and PartialOrd) to allow the storage of ClassName type in ordered maps (BTreeSet/BTreeMap etc.).
- Loading branch information