//
pkg.gl
Category
github.com/devlights/try-golang
examples
generics
exp_maps
package
0.5.36
Repository:
https://github.com/devlights/try-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
36 SLOC
#
Functions
ExpMaps
ExpMaps -- Go 1.18 リリース時には含まれなかったジェネリクス対応 汎用map処理が定義されている golang.org/x/exp/maps パッケージのサンプルです。 REFERENCES - https://pkg.go.dev/golang.org/x/exp/maps.
NewRegister
NewRegister は、generics パッケージ用の lib.Register を返します.