added Reduce method

This commit is contained in:
milarin
2023-03-09 14:34:44 +01:00
parent 55928776b4
commit ab6e6684f8
4 changed files with 31 additions and 3 deletions

4
go.mod
View File

@ -1,3 +1,5 @@
module git.milar.in/milarin/slices
go 1.19
go 1.19
require git.milar.in/milarin/gmath v0.0.3