Co-authored-by: testinginprod <testinginprod@somewhere.idk> Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
4 lines
208 B
Go
4 lines
208 B
Go
// Package indexes contains the most common indexes types to be used with a collections.IndexedMap.
|
|
// It also contains specialised helper functions to collect and query efficiently an index.
|
|
package indexes
|