Categorygithub.com/danielronalds/slicetools
repositorypackage
0.0.2
Repository: https://github.com/danielronalds/slicetools.git
Documentation: pkg.go.dev

# README

Slice Tools

A small helper library that adds some functions for working with go slices.

Implemented Functions

  • Head
  • Tail
  • Map
    • MapWithIndex
  • Filter
    • FilterWithIndex
  • Foldl
    • FoldlWithIndex
  • Foldr
    • FoldrWithIndex