condexpr

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2025 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CondExpr

func CondExpr[T comparable](expr bool, a, b T) T

仿三目运算符(条件表达式), expr ? a : b.

@example

condexpr.CondExpr[string](isServer, "Server", "Client")

expr为true时返回a, 否则返回b

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL