package
Version:
v0.0.0-...-dab1d25
Opens a new window with list of versions in this module.
Published: Nov 7, 2024
License: MIT
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, t, f T) T
If returns t if condition is true, otherwise it returns f.
If(5 < 10, 100, 500) // return 100
Source Files
¶
Click to show internal directories.
Click to hide internal directories.