Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hashable ¶
type Hashable interface {
Hash() interface{}
}
Hashable object. The hash can be used for cache.
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue is a simple queue with unique items.
type Stack ¶ added in v1.0.5
type Stack struct {
// contains filtered or unexported fields
}
Stack is a basic stack.
Click to show internal directories.
Click to hide internal directories.