From 012f7a4e77acd3f99c07e2e355830153a5ea4804 Mon Sep 17 00:00:00 2001 From: Travis Harmon Date: Sun, 24 Apr 2022 01:03:02 -0500 Subject: [PATCH] add twharmon/slices (#4136) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 203cecdd..909ab345 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ additional ordered map implementations. - [hilbert](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves. - [hyperloglog](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. - [slices](https://github.com/srfrog/slices) - Functions that operate on slices; like `package strings` but adapted to work with slices. +- [slices](https://github.com/twharmon/slices) - Pure, generic functions for slices. ### Nullable Types