You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic arrays (#60)
* #58: Change InArray, ArraySum, EqualSlices to generics
* #58: Change go version to 1.18
* #58: Change range to take int as an optional param instead of interface{}
* #58: Change setup-go to v2
* #58: Change setup-go to v3
* #58: Change checkout version to v3
* #58: Change ArrayChunk to generics
* #58: Change ArrayCountVal
84EE
ues to generics, Remove ret error from EqualSlices
* #58: Change github actions settings with go@v1.18
* #58: Fix ints and floats by constraints
* #58: Change ArrayCombine to generics