Documentation ¶ Index ¶ type Prque 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Prque ¶ type Prque struct { // contains filtered or unexported fields } func New ¶ func New(setIndex setIndexCallback) *Prque func (*Prque) Empty ¶ func (p *Prque) Empty() bool func (*Prque) Pop ¶ func (p *Prque) Pop() (interface{}, int64) func (*Prque) PopItem ¶ func (p *Prque) PopItem() interface{} func (*Prque) Push ¶ func (p *Prque) Push(data interface{}, priority int64) func (*Prque) Remove ¶ func (p *Prque) Remove(i int) interface{} func (*Prque) Reset ¶ func (p *Prque) Reset() func (*Prque) Size ¶ func (p *Prque) Size() int Source Files ¶ View all Source files prque.go sstack.go Click to show internal directories. Click to hide internal directories.