Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchResult ¶
type SearchResultHeap ¶
type SearchResultHeap []SearchResult
func (SearchResultHeap) Len ¶
func (h SearchResultHeap) Len() int
func (SearchResultHeap) Less ¶
func (h SearchResultHeap) Less(i, j int) bool
func (SearchResultHeap) Peek ¶
func (h SearchResultHeap) Peek() SearchResult
Peek returns the smallest element from the typings.typings.SearchResultHeap without removing it.
func (*SearchResultHeap) Pop ¶
func (h *SearchResultHeap) Pop() interface{}
func (*SearchResultHeap) Push ¶
func (h *SearchResultHeap) Push(x interface{})
func (SearchResultHeap) Swap ¶
func (h SearchResultHeap) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.