Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
/ collect Public archive

Go package that provides functions to perform operations on collections of data

License

Notifications You must be signed in to change notification settings

syntaqx/collect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collect

Test golangci-lint codecov Go Report Card pkg.go.dev

collect provides functions to perform operations on collections of data.

We often need our programs to perform operations on collections of data, like selecting all items that satisfy a given predicate or mapping all items to a new collection with a custom function.

In some languages it’s idiomatic to use generic data structures and algorithms. Go does not support generics; in Go it’s common to provide collection functions if and when they are specifically needed for your program and data types.

This package implements some of the most common collection functions that I like to be able to use in a pinch, and eventually I'll expand on it.

License

collect is open source software released under the MIT license.

About

Go package that provides functions to perform operations on collections of data

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages