https://github.com/mroth/seq
🔁 Handy sequence iterators for Go
https://github.com/mroth/seq
go iterators module sequences sliding-window
Last synced: 12 months ago
JSON representation
🔁 Handy sequence iterators for Go
- Host: GitHub
- URL: https://github.com/mroth/seq
- Owner: mroth
- License: mit
- Created: 2024-12-07T20:07:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T20:26:47.000Z (over 1 year ago)
- Last Synced: 2025-05-05T01:18:34.620Z (12 months ago)
- Topics: go, iterators, module, sequences, sliding-window
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# seq :repeat:
[](https://pkg.go.dev/github.com/mroth/seq)
[](https://www.codefactor.io/repository/github/mroth/seq)
[](https://github.com/mroth/seq/actions)
> Handy sequence iterator tools for Go 1.23+
Quick support for some common sequence iteration tools I needed in Go that are
not in the standard library `slices` package as of 1.23.
> [!NOTE]
> It seems almost certain this should already exist in an existing battle-tested
> module somewhere, but I didn't find one with a Google search, so it was faster
> to just drop this together myself than keep searching.
Operations supported:
- Sliding window :white_check_mark: