Sign in
◑
Theme
bazel
/
bazel
/
6516fe1a79855fd2aa1e01ec8c99adf68fdd9164
/
.
/
docs
/
versions
/
8.5.1
/
rules
/
lib
/
core
/
bool.mdx
blob: d8bfddf1a56eedcad61e9086aa0fdd0f887787b7 [
file
]
---
title
:
'bool'
---
A type to represent booleans
.
There
are only two possible values
:
True
and
False
.
Any
value can be converted to a
boolean
using
the
[
bool
](
/versions/
8.5
.
1
/
rules
/
lib
/
globals
/
all
#bool) function.