Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexIntHead ¶
type IndexIntHead [][2]int // 0 = index , 1 = value
func (IndexIntHead) Len ¶
func (iih IndexIntHead) Len() int
func (IndexIntHead) Less ¶
func (iih IndexIntHead) Less(i, j int) bool
func (*IndexIntHead) Pop ¶
func (iih *IndexIntHead) Pop() interface{}
func (*IndexIntHead) Push ¶
func (h *IndexIntHead) Push(x interface{})
func (IndexIntHead) Swap ¶
func (iih IndexIntHead) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.