Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:20 +05 2020. DO NOT EDIT.
Index ¶
- func ElementNext(e *list.Element) *list.Element
- func ElementPrev(e *list.Element) *list.Element
- func ListBack(l *list.List) *list.Element
- func ListFront(l *list.List) *list.Element
- func ListInit(l *list.List) *list.List
- func ListInsertAfter(l *list.List, v interface{}, mark *list.Element) *list.Element
- func ListInsertBefore(l *list.List, v interface{}, mark *list.Element) *list.Element
- func ListLen(l *list.List) int
- func ListPushBack(l *list.List, v interface{}) *list.Element
- func ListPushFront(l *list.List, v interface{}) *list.Element
- func ListRemove(l *list.List, e *list.Element) interface{}
- func New() *list.List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListInsertAfter ¶
func ListInsertBefore ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.