cond

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IIf

func IIf[T any](condition bool, ifTrue T, ifFalse T) T

IIf returns ifTrue if condition is true, ifFalse otherwise

func IIfFunc

func IIfFunc[T any](condition bool, ifTrue func() T, ifFalse func() T) T

IIfFunc returns ifTrue() if condition is true, ifFalse() otherwise

Types

This section is empty.

Jump to

Keyboard shortcuts

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