Versions in this module Expand all Collapse all v1 v1.8.21 Jan 21, 2019 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