//
pkg.gl
Category
github.com/devlights/try-golang
examples
generics
exp_constraints
package
0.5.36
Repository:
https://github.com/devlights/try-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
47 SLOC
#
Functions
ExpConstraints
ExpConstraints -- Go 1.18 リリース時には含まれなかった制約型が定義されている golang.org/x/exp/constraints パッケージのサンプルです。 REFERENCES - https://pkg.go.dev/golang.org/x/exp/constraints.
NewRegister
NewRegister は、generics パッケージ用の lib.Register を返します.