Documentation
¶
Overview ¶
Package lang container general purpose programming helpers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IfEmpty ¶
func IfEmpty[T comparable](value, alt T) T
IfEmpty returns alt if value is empty (zero-value), and value itself, if not empty
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.