meithecatte/enumflags2

impl {Ord, PartialOrd} for BitFlags { }

Closed this issue · 0 comments

It would be useful to have Ord and PartialOrd impls for BitFlags<T> so I could use BitFlags<T> as part of a key for BTreeMap.