VÖRÖSKŐI András d925d19cfc PriorityQueue: use compareFn in update()
update() calls mem.indexOfScalar() which uses `==` for comparing items,
which fails when the operator is not supported.
As PirorityQueue needs a comparing function anyway we can use `.eq` results
to identify matching objects.

closes #9918
2022-07-22 19:25:38 +03:00
..
2022-07-15 10:16:31 +03:00
2022-07-15 14:39:21 +03:00
2022-07-16 10:05:11 -05:00
2022-07-01 21:35:19 -07:00
2022-07-19 14:01:35 -04:00
2022-05-13 16:43:59 -04:00
2022-04-20 17:18:06 -07:00
2022-06-03 20:21:20 +03:00
2022-04-14 10:12:45 -07:00
2022-07-09 15:19:03 +03:00
2022-06-03 20:21:20 +03:00
2022-06-07 21:27:07 +03:00
2022-07-15 14:39:21 +03:00
2022-05-26 21:58:19 -07:00
2022-07-11 18:47:29 +03:00
2022-07-01 21:35:19 -07:00
2022-04-15 17:01:01 -05:00