Save the Date: BazelCon 2023 will be held October 24-25 at Google Munich! Learn more

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 function.