updated dependencies

This commit is contained in:
2025-02-01 19:43:09 +01:00
parent 3901e3934f
commit 7988676059
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
package slices
import "git.milar.in/milarin/gmath"
import "git.tordarus.net/tordarus/gmath"
func Reduce[T, R any](slice []T, reducer func(current R, v T) R) R {
res := new(R)