priority-queue
priority-queue copied to clipboard
Export IndexMap Equivalent trait
IndexMap Equivalent trait allows to have a special implementation of Eq to use inside the hashmap but different from the ==.
IndexMap provide a default implementation of Equivalent for types that implement Eq, that simply apply ==.