fn: remove x/exp dependency

This commit is contained in:
jike
2025-03-17 16:43:38 +08:00
committed by GitHub
parent 053d63e110
commit 796110f7af

View File

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