Categorygithub.com/jbduncan/go-containers
module
0.0.0-20241129173623-a09f9a9520cc
Repository: https://github.com/jbduncan/go-containers.git
Documentation: pkg.go.dev

# README

go-containers

A library of Go data structures with generics support.

Acknowledgements

Many thanks to the maintainers of Guava, whose graph API inspired this library.

# Packages

No description provided by the author
Package set provides a set data structure, which is a generic, unordered container of elements where no two elements can be equal according to Go's == operator.
No description provided by the author