package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Nov 1, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
func CastOrNil[T any](value any) T
func Coalesce[T any](values ...*T) T
Coalesce Returns first no-nil value or panic if none
func Copy[T any](value *T) *T
func OrDefault[T any](value *T, defaultValue T) T
OrDefault Return value if no nil of default value in the other case
Source Files
¶
Click to show internal directories.
Click to hide internal directories.