package
0.0.6
Repository: https://github.com/casper-dev/casper-server.git
Documentation: pkg.go.dev

# Functions

New creates a PQ with a client-supplied comparator.

# Interfaces

Elem describes elements that can be added to the PQ.
PQ is a basic priority queue.

# Type aliases

ElemComparator returns true if pri(a) > pri(b).