Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdw-go/generic-list
A generic implementation of "container/list"
https://github.com/mdw-go/generic-list
Last synced: 14 days ago
JSON representation
A generic implementation of "container/list"
- Host: GitHub
- URL: https://github.com/mdw-go/generic-list
- Owner: mdw-go
- License: bsd-3-clause
- Created: 2022-12-18T05:17:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T15:18:02.000Z (30 days ago)
- Last Synced: 2024-10-20T14:53:49.451Z (29 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generic-list
An implementation of ["container/list"](https://pkg.go.dev/container/[email protected]) using type parameters (ie. 'generics').