We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12c0f3 commit 5858526Copy full SHA for 5858526
examples/generics/exp_slices/exp_slices.go
@@ -5,6 +5,7 @@ import (
5
"golang.org/x/exp/slices"
6
)
7
8
+// ExpSlices -- Go 1.18 リリース時には含まれなかったジェネリクス対応 汎用slice処理が定義されている golang.org/x/exp/slices パッケージのサンプルです。
9
func ExpSlices() error {
10
var (
11
s1 = []string{"hello", "world"}
0 commit comments