package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Oct 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
Of returns a pointer to the given value
func Unwrap[T any](x *T, default_ T) T
Unwrap dereferences the given pointer if it's not nil.
Otherwise, it returns default_
Source Files
¶
Click to show internal directories.
Click to hide internal directories.