Categorygithub.com/jmmpc/gofp
repository
0.0.0-20250204133743-82652608f01a
Repository: https://github.com/jmmpc/gofp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gofp

A bunch of packages for writing Go code in functinal style

List

Package list provides functions for working with Go slices.

Сurrent list of functions:

  • Count
  • CountSeq
  • CountByFunc
  • CountByFuncSeq
  • Every
  • EverySeq
  • Filter
  • FilterMap
  • FilterSeq
  • Get
  • GroupByFunc
  • GroupByFuncSeq
  • Map
  • MapSeq
  • Reduce
  • ReduceSeq

Stack

Package stack provides functions for working with Stack collection type.