docs-v2/content/flux/v0/stdlib/internal/boolean/_index.md

1.1 KiB

title description menu weight cascade
boolean package The `boolean` package provides constants for true and false values.
flux_v0_ref
name parent identifier
boolean internal internal/boolean
21
introduced
0.129.0

The boolean package provides constants for true and false values.

Constants

false
true
  • false is a constant that is the false value.
  • true is a constant that is the truth value.