Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Comparable ¶
func Comparable() error
Comparable -- Go 1.18 より追加されたビルドイン制約型 comparable についてのサンプルです。
REFERENCES
func Function ¶
func Function() error
Function -- Type Parameterを関数に適用するサンプルです.
メモ
無名関数はジェネリックに出来ない。コンパイルエラーとなる。 https://groups.google.com/g/golang-nuts/c/ulntjLeGYn4/m/e3dWOOqtAwAJ VSCode で golang.go 拡張機能を利用している場合、カーソルを載せた際に表示される ツールチップにはジェネリック関数の場合、具象化されたシグネチャが表示されるので便利。
REFERENCES
func NewRegister ¶
NewRegister は、generics パッケージ用の lib.Register を返します.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.