We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb94977 commit bfe49f1Copy full SHA for bfe49f1
2 files changed
.github/cover.svg
sortySlice.go
@@ -52,8 +52,6 @@ func IsSortedSlice(ar any) int {
52
// []unsafe.Pointer, []*T // for any type T
53
//
54
// otherwise it panics.
55
-//
56
-//go:nosplit
57
func SortSlice(ar any) {
58
slc, kind := extractSK(ar)
59
switch kind {
0 commit comments