package
Version:
v0.0.0-...-736f5eb
Opens a new window with list of versions in this module.
Published: Feb 2, 2015
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Value interface{}
Priority int
}
func NewItem(value interface{}, priority int) (i *Item)
func (pq *PQ) ChangePriority(val interface{}, priority int)
func (pq *PQ) Extract() (el Item)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.