Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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').