diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-10 23:19:43 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-10 23:19:43 +0300 |
commit | e20902799bd710ec456e7f457ce2868a3bf2779a (patch) | |
tree | 0970f9b2bdb60ce788132f2592507e59350b80d0 /Readme.md | |
parent | 2ab7bd8ec9515bf83814d86914314b5540bb2fd5 (diff) |
Новый путьv1.0.1
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Readme.md b/Readme.md deleted file mode 100644 index cbe1919..0000000 --- a/Readme.md +++ /dev/null @@ -1,19 +0,0 @@ -# Collection with generics - -Go >= 1.18 required. - -# Installation - -`go get go.neonxp.ru/collection@latest` - -# Methods - -|Method|Description|Example| -|:-----|:----------|------:| -|`Map`|Async map over slice|[example_map_test.go](./example_map_test.go)| -|`MapSync`|Sync map over slice|[example_map_test.go](./example_map_test.go)| -|`Each`|Async call cb over each element|[example_each_test.go](./example_each_test.go)| -|`MapEach`|Sync call cb over each element|[example_each_test.go](./example_each_test.go)| -|`Filter`|Returns filtered elements async|TODO| -|`FilterSync`|Returns filtered elements|TODO| -|`Reduce`|Produce one single result from a sequence of elements|TODO| |