collection

所属分类:工具库
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-10-15 21:58:37
上 传 者sh-1993
说明:  Go.的函数编程库。,
(Function programming library for Go.,)

文件列表:
LICENSE (26526, 2023-10-15)
collection.go (10209, 2023-10-15)
collection_test.go (3343, 2023-10-15)
go.mod (54, 2023-10-15)

# Collection This package provides support for "functional" style programming with Go collections (maps and slices). A typical functional programming library is based on higher-order functions like MAP defined over sequences, which naturally correspond to slices in Go. This library, however, uses map[K]V-s as the basic types and defines operations on slices in terms of operations on maps. The goal of this library is to define a reasonable set of higher-order functions in terms of a minimal set of "basic" primitives, without regard to efficiency.

近期下载者

相关文件


收藏者