Skip to content

lib: refactor PriorityQueue to use private field

Today I am reading the code of PriorityQueue, I found use symbol to achieve private fields is not easy to read. so I refactor to use private field to improve readability.

Merge request reports

Loading