package
Version:
v0.1.13
Opens a new window with list of versions in this module.
Published: Jan 14, 2025
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 Ternary[T any](condition bool, trueVal, falseVal T) T
Ternary 实现类似三元运算符的功能
func TernaryF[T any](condition bool, trueFunc, falseFunc func() T) T
TernaryF 实现类似三元运算符的功能,但返回的是函数调用的结果
Source Files
¶
Click to show internal directories.
Click to hide internal directories.