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 (
"math/rand"
"reflect"
"slices"
"testing"
"testing/quick"
"github.com/stretchr/testify/require"
"golang.org/x/exp/slices"
)
func GenList(r *rand.Rand) *List[uint32] {