Documentation
¶
Overview ¶
Package typeshelper implements utility functions for the go/types package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFuncSignature ¶
GetFuncSignature returns the signature of a function or an anonymous function.
func IsIterType ¶
IsIterType returns true if the underlying type is an iterator func:
func(func() bool) func(func(K) bool) func(func(K, V) bool)
See more at https://tip.golang.org/doc/go1.23.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.