Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element struct { // The value stored with this element. Value interface{} // contains filtered or unexported fields }
Element is an element of a linked hlist.
type Head ¶
type Head struct {
// contains filtered or unexported fields
}
Head is an head of a linked hlist.
type Hlist ¶
type Hlist struct {
// contains filtered or unexported fields
}
Hlist represents a doubly linked hlist. The zero value for Hlist is an empty Hlist ready to use.
Click to show internal directories.
Click to hide internal directories.