Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
List is double linked list
func (*List[V]) PushHead ¶
func (l *List[V]) PushHead(v V)
PushHead push value of element into the head of list
func (*List[V]) PushHeadNode ¶
PushHeadNode push element into the head of list
func (*List[V]) PushTail ¶
func (l *List[V]) PushTail(v V)
PushTail push value of element into the tail of list
func (*List[V]) PushTailNode ¶
PushTailNode push element into the tail of list
Click to show internal directories.
Click to hide internal directories.