Versions in this module Expand all Collapse all v3 v3.3.5 May 9, 2020 Changes in this version + type Prque struct + func New(setIndex setIndexCallback) *Prque + func (p *Prque) Empty() bool + func (p *Prque) Pop() (interface{}, int64) + func (p *Prque) PopItem() interface{} + func (p *Prque) Push(data interface{}, priority int64) + func (p *Prque) Remove(i int) interface{} + func (p *Prque) Reset() + func (p *Prque) Size() int Other modules containing this package github.com/beyonderyue/gochain