Documentation
¶
Overview ¶
Package typeutils exposes utilities to inspect generic types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNil ¶ added in v0.25.0
IsNil checks if input is nil.
For types chan, func, interface, map, pointer, or slice it returns true if its argument is nil.
See reflect.Value.IsNil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.