Documentation
¶
Overview ¶
Package ptrutil provides functions for working with pointers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dereference ¶
func Dereference[T any](t *T) T
Dereference dereferences a pointer, returning zero if the pointer is nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.