summaryrefslogtreecommitdiffhomepage
path: root/util/slicesx
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-1/+1
2026-01-23all: remove AUTHORS file and references to itWill Norris2-2/+2
2025-01-22util/slicesx: add AppendNonzeroBrad Fitzpatrick2-0/+24
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-0/+40
2024-09-11util/slicesx: add FirstElementEqual and LastElementEqualBrad Fitzpatrick2-0/+37
2024-07-22util/slicesx: add HasPrefix, HasSuffix, CutPrefix, and CutSuffix functionsNick Khyl2-1/+82
2024-06-05all: use math/rand/v2 moreMaisem Ali1-3/+3
2024-04-30util/slicesx: add AppendMatchingBrad Fitzpatrick2-0/+25
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2024-01-19util/slicesx: add Filter functionAndrew Dunham2-0/+53
2023-09-30util/slicesx: add EqualSameNil, like slices.Equal but same nilnessBrad Fitzpatrick2-0/+33
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-2/+1
2023-06-08util/slicesx: add Partition functionAndrew Dunham2-0/+36
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham2-0/+110