package
0.2.14
Repository: https://github.com/projectdiscovery/utils.git
Documentation: pkg.go.dev

# Functions

Safe dereferences safely a pointer - if the pointer is nil => returns the zero value of the type of the pointer if nil - if the pointer is not nil => returns the dereferenced pointer.