package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: May 2, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Optional[T any](defaultValue T, values ...T) T
func OptionalNil[T any](values ...T) *T
func OptionalPtr[T any](defaultValue T, values ...T) *T
func PtrOf[T any](value T) *T
func Ternary[T any](condition bool, trueValue, falseValue T) T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.