Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DLItem ¶
type DLItem struct {
// contains filtered or unexported fields
}
DLItem DoubleLinkedList Item
type DLList ¶
type DLList struct {
// contains filtered or unexported fields
}
DLList DoubleLinkedList container
func (*DLList) PushBack ¶
func (list *DLList) PushBack(v interface{})
PushBack function adds item to the back of list
Click to show internal directories.
Click to hide internal directories.