Closed ulysseB closed 6 years ago
You are right, T: Ord is not required there.
I tried to remove T: Ord constraint where applicable, but I didn’t notice that line!
I’ll publish the new crate later!
Hi, I've just published the v0.1.4 to the crates.io.
That was quick :). Thanks a lot !
BinaryHeap::new_by
andBinaryHeap::with_capacity_by
requireT: Ord
while it is not needed. This just remove the constraint so we can we custom comparators with types that do not implement Ord.