package
0.0.0-20191230082020-e20ecb9893fd
Repository: https://github.com/zhileichen/go-flutter.git
Documentation: pkg.go.dev
# Functions
NewPriorityQueue create a new PriorityQueue.
# Structs
An Item is something we manage in a priority queue.
A PriorityQueue implements heap.Interface and holds Items.