slice icon indicating copy to clipboard operation
slice copied to clipboard

Go 1.18 Generics based slice package

Results 2 slice issues
Sort by recently updated
recently updated
newest added

Hello, I would like to see `slice.Reduce` returns a different type than the inner slice type. Example : ```go type OddEven struct { Odd int Even int } s :=...