Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal[T comparable](a, b *T) bool
Equal returns true if both arguments are nil or both arguments dereference to the same value.
func ToAny ¶
ToAny converts a value of any type to a pointer to interface{}. It first converts the value to interface{} and then returns a pointer to it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.