do:基本助手功能的集合

时间:2024-06-08 10:44:44
【文件属性】:

文件名称:do:基本助手功能的集合

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-08 10:44:44

Go

做 Do是Go的基本非内置辅助函数的集合,主要是受Python内置函数的启发 它尝试检查参数和返回值之间的类型兼容性以及对不兼容的输入/输出的恐慌 全部 import ( "github.com/seiflotfy/do" ) ... iterable := [] bool { false , false , false , true } values : do . All ( iterable ) // values => false 任何 import ( "github.com/seiflotfy/do" ) ... iterable := [] bool { false , false , false , true } values : do . Any ( iterable ) // values => true 筛选 import ( "github.com/seifl


【文件预览】:
do-master
----uniquify.go(725B)
----uniquify_test.go(851B)
----.gitignore(266B)
----all_test.go(362B)
----doc.go(1KB)
----range.go(545B)
----reduce_test.go(281B)
----any.go(236B)
----base.go(1KB)
----LICENSE(1KB)
----map_test.go(1KB)
----map.go(2KB)
----filter_test.go(282B)
----filter.go(638B)
----all.go(230B)
----README.md(3KB)
----reduce.go(1KB)
----sum_test.go(390B)
----reverse_test.go(438B)
----round.go(397B)
----slice_test.go(513B)
----round_test.go(434B)
----slice.go(453B)
----sum.go(1KB)
----reverse.go(427B)
----any_test.go(264B)
----range_test.go(368B)

网友评论