package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Jul 21, 2024
License: Apache-2.0
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 If[T any](condition bool, trueVal, falseVal T) T
If[T] simulate ternary conditional operator (condition ? trueVal : falseVal)
func Val[T any](v T, s ...T) T
Val[T] return s[0] if s is give or else return v
Source Files
¶
Click to show internal directories.
Click to hide internal directories.