Merge pull request #9604 from jjjike2021/fix-dep

fn: remove x/exp/slices dependency
This commit is contained in:
Oliver Gugger 2025-03-20 11:10:18 -06:00 committed by GitHub
commit b031002aed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,11 @@ package fn
import (
"math/rand"
"reflect"
"slices"
"testing"
"testing/quick"
"github.com/stretchr/testify/require"
"golang.org/x/exp/slices"
)
func GenList(r *rand.Rand) *List[uint32] {