Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexedList ¶
type IndexedList interface { PushFront(key, val interface{}) Exists(key interface{}) bool Value(key interface{}) (interface{}, bool) Copy(f func(interface{})) Len() int First() (interface{}, bool) }
func NewIndexedList ¶
func NewIndexedList(maxSize int) IndexedList
Click to show internal directories.
Click to hide internal directories.