Categorygithub.com/siliconbrain/go-seqs
repository
0.13.0
Repository: https://github.com/siliconbrain/go-seqs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-seqs

go-seqs is a library for working with sequence-like data in Go, taking advantage of generics introduced in Go 1.18.

Usage

Add the library as a dependency:

go get github.com/siliconbrain/go-seqs

Import it into your code:

import "github.com/siliconbrain/go-seqs/seqs"

Use to your heart's delight!