Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 291 Bytes

slicetricks

Generic implementations of the functions described on https://github.com/golang/go/wiki/SliceTricks, plus a few more useful generic functions for good measure.

Of particular use, I think, are:

  • Batches
  • SortAndDeduplicate
  • ContainsComparable
  • Any, All, None