Skip to content

Generic utility functions for dealing with collections in go

License

Notifications You must be signed in to change notification settings

mikhailswift/go-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-collections

Generic utility functions for dealing with slices and maps in go.

This was created primarily for me to learn Generics with Go 1.18's release. I've since added in iterators here to also learn those. There is likely no reason to use this over the Go stdlib's slices and maps packages that have since been created.

About

Generic utility functions for dealing with collections in go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages