Documentation ¶
Index ¶
- func Begin[T any](l *list.List) listIter[T]
- func End[T any](l *list.List) listIter[T]
- func ListBackInserter[T any](l *list.List) listBackInserter[T]
- func ListInserter[T any](l *list.List, e *list.Element) listInserter[T]
- func RBegin[T any](l *list.List) listIter[T]
- func REnd[T any](l *list.List) listIter[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListBackInserter ¶
ListBackInserter returns an OutputIter to insert elements to the back of the list.
func ListInserter ¶
ListInserter returns an OutputIter to insert elements before a node.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.