Sign in
bazel
/
bazel
/
master
/
.
/
docs
/
versions
/
8.2.1
/
rules
/
lib
/
core
/
bool.mdx
blob: 52be366420157e671053d63c2d238c4a807c302c [
file
] [
log
] [
blame
]
---
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
](../
globals
/
all
#bool) function.