//
pkg.gl
Category
github.com/emirpasic/gods
lists
doublylinkedlist
package
1.18.1
Repository:
https://github.com/emirpasic/gods.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
71
Files
441 SLOC
#
Functions
New
New instantiates a new list and adds the passed values, if any, to the list.
#
Structs
Iterator
Iterator holding the iterator's state.
List
List holds the elements, where each element points to the next and previous element.