//
pkg.gl
Category
github.com/agilebits/gods
lists
package
1.12.0
Repository:
https://github.com/agilebits/gods.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
20 SLOC
#
Packages
arraylist
Package arraylist implements the array list.
doublylinkedlist
Package doublylinkedlist implements the doubly-linked list.
singlylinkedlist
Package singlylinkedlist implements the singly-linked list.
#
Interfaces
List
List interface that all lists implement.